By mswatcher
via odetocode.com
Submitted: Feb 20 2013 / 07:48
One of the nicer features of Angular is the framework's ability to separate the roles of the model, the view, and the controller. The separation is clean enough that you shouldn't need to manipulate the DOM directly from code inside the controller. Instead, the controller only manipulates the model, which influences the view through data bindings and directives. The end result is a clean and testable.
Tweet
SaveShareSend
Tags: css-html, frameworks, javascript
Add your comment