AngularJS is different from other JavaScript framework in following ways:
1. AngularJS mark-up lives in the DOM.
2. AngularJS uses plain old JavaScript objects (POJO).
3. AngularJS is leverages with Dependency Injection.
The restrict option in angular directive, is used to specify how a directive will be invoked in your angular app i.e. as an attribute, class...
No comments:
Post a Comment