AngularJS - Best Practices

added by JavaScript Kicks
2/19/2015 5:21:42 PM

343 Views

AngularJS is a Javascript MVC framework from the fine folks over at Google. The focus of Angular is building complex HTML based client applications. Its design philosophy is data first, where your data will be updating the DOM. Contrast this to a framework like JQuery where the DOM will update your data.


0 comments