https://github.com/ducksoupdev/web-content-angularjs
An example of how to use AngularJS to enhance web content.
https://github.com/ducksoupdev/web-content-angularjs
Last synced: 10 months ago
JSON representation
An example of how to use AngularJS to enhance web content.
- Host: GitHub
- URL: https://github.com/ducksoupdev/web-content-angularjs
- Owner: ducksoupdev
- Created: 2014-10-13T11:56:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T14:00:11.000Z (over 11 years ago)
- Last Synced: 2025-01-16T10:39:33.033Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An example of how to use AngularJS to enhance web content
[View the blog post](http://www.ducksoupdev.co.uk) for this example project.
## Overview
[AngularJS](https://angularjs.org/) is widely used for [SPAs](http://en.wikipedia.org/wiki/Single-page_application) but is not necessarily everyone's first choice for enhancing web content - [jQuery](http://jquery.com) and other libraries are typically used for DOM manipulation.
However, with it's directive API, using AngularJS to enhance web content is a powerful alternative and can be used where [semantic mark-up](http://en.wikipedia.org/wiki/Separation_of_presentation_and_content) and [SEO](http://en.wikipedia.org/wiki/Search_engine_optimization) is important.
This example project is a carousel view for both mobile and desktop which makes use of Bootstrap v3 components carousel and collapse.
## Installation
First, clone the repo.
$ git clone https://github.com/ducksoupdev/web-content-angularjs.git
Next, install everything that is required.
$ cd web-content-angularjs
$ npm install
$ bower install
## Viewing the demo
To view the demo, open the index.html file in your browser and resize the screen to view both mobile and desktop components.
## Comments/suggestions
Feedback is very welcome. Please [tweet me on Twitter](https://twitter.com/ducksoupdev)