Clone this repo and install all dependencies by using npm install and bower install.
After installing npm and bower dependencies, you can start the live-reload server by running the command:
grunt serve, the server will be available by navigating to the following url: http://localhost:8081
##Topics
- Example 1 - bootstrap
- Example 2 - ngModel + expressions
- Example 3 - Filters
- Example 4 - ngModule + ngController + inheritance + ngRepeat + ngClick
- Example 5 - Services
- Example 6 - Custom Directives
- Example 7 - Custom Filters