AngularJS Boilerplate to kick start your new project. Project In Progress :)
- creating custom filters.
- Watchers in Angular JS.
- Digest Loop in Angualr JS.
- Digest Cycle in Angular JS.
- significance of $apply,$digest,$timeout in Angular JS
- Two-way data binding
- One-way data binding
- One-time data binding
5.Looping, Controller As Syntax
- ng-repeat
- Filtered ng-repeat
6.Angular JS prototypal Inheritance
- Prototypal Inheritance
- Scope Inheritance
- Controller As Syntax
7.Creating and Configuring Custom Services
- Custom Services
8.Creating and Configuring Custom Services
- Custom Services with .factory()
9.Creating and Configuring Custom Services
- Custom Services with .provider()
- ng-if
- ng-show
- ng-hide
11.Asynchronous Behavior, Promises and Ajax in Angular
- Asynchronous Behavior with Promises and $q
- Ajax with $http Service
12.Introduction to Custom Directives
- Directives: Dynamic HTML
- Directive’s Isolate Scope: “=” and “@”
- Using Controllers Inside Directives
- Directive APIs and “&”
- Manipulating the DOM with link
15.transclude
- Using Directive’s transclude to Wrap Other Elements
- Angular JS Publish-Subscribe design pattern covered
- Modular Angular JS
18.Introduction to Single Page Routing With ui-router
19.Handling Data with Routing
-
Create your branch:
git checkout -b my-new-feature
-
Commit your changes:
git commit -m 'Add some feature'
-
Push to the branch:
git push origin my-new-feature
-
Send a Pull Request
-
Enjoy!