Tag Archives: Directives

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

  Previous videos in this series: Part I: Getting Started with AngularJS Video 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 … Continue reading AngularJS Video Series Part II: Directives, Filters and Data Binding

Getting Started with AngularJS Video Series

As more and more functionality moves to the client developers are finding that writing JavaScript-centric applications from scratch can be challenging and frustrating. As a result, numerous JavaScript libraries and frameworks have sprouted up to help simplify the development process such as Knockout, Backbone, Ember, Durandal, AngularJS, Meteor and many more. I’ve blogged about some … Continue reading Getting Started with AngularJS Video Series