Previous videos in this series:
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 them to controllers. You’ll also see the role that scope plays and how it acts as the glue between a view and a controller. If you’ve ever dealt with “view models” before then you’ll feel right at home with scope since it acts as the “model” for a given view. Check out the video for more details!
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 III – Views, Controllers and Scope appeared first on Interface Technical Training.