Quantcast
Viewing latest article 2
Browse Latest Browse All 10

AngularJS Video Series Part II: Directives, Filters and Data Binding

Image may be NSFW.
Clik here to view.

 

Previous videos in this series:

One of the features that really sets AngularJS apart from other client-side frameworks is its built-in support for directives and data binding. In a nutshell, directives extend HTML and teach it new tricks that it can’t perform natively. Many directives are included out-of-the-box such as ng-repeat, ng-model, ng-class, and ng-app to name just a few (see the complete list here).  Data binding functionality can be combined with directives (and often is) to allow controls to be updated as object properties change and vice versa. By leveraging the data binding features in AngularJS you can significantly reduce the amount of code required to build a data-driven application.

In the next video in the AngularJS video series I discuss how directives can be used along with data binding and filtering in AngularJS.

Directives, Filters and Data Binding

 

If you’re interested in learning more about AngularJS as well as several other libraries/frameworks such as jQuery, Knockout, Node.js, and Grunt check out the new JavaScript and SPA Programming with jQuery, Knockout, AngularJS, Node.js and Grunt course at Interface Technical Training.

Enjoy!
Dan Wahlin Microsoft MVP
.NET Developer Instructor
Interface Technical Training

 

The post AngularJS Video Series Part II: Directives, Filters and Data Binding appeared first on Interface Technical Training.


Viewing latest article 2
Browse Latest Browse All 10

Trending Articles