Sunday, August 10, 2014

AngularJS–Part 2 - The controller

AngularJS strongly encourages us to separate concerns and put all logic/code into controllers and keep the view (the html page or html fragment) free from any JavaScript.

Read More