Tag Archives: Controllers

AngularJS Video Series Part III – Views, Controllers and Scope

  Previous videos in this series: Part I: Getting Started with AngularJS Video Series Part II: Directives, Filters and Data Binding   AngularJS follows the MVC (Model-View-Controller) pattern and allows controllers to be defined that can act as the “brain” for a given view. In this video you’ll see how to define views and hook … Continue reading AngularJS Video Series Part III – Views, Controllers and Scope

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