A few years back a new JavaScript framework was introduced that takes a different approach to the usual MVC workings most web developers use. AngularJS enhances HTML, giving it custom directives built within the framework. It’s backed by Google, so you know it’s going to be powerful. There are pro’s and con’s to this new framework.
Whereas jQuery allows you traverse the entire DOM, AngularJS has a limited scope and model that it can modify. It’s great for Single Page Applications that have numerous interactive features. AngularJS it great for working with AJAX and JSON, I’ve already began creating apps with it, and if you’re a web developer and haven’t had a chance to check it out, I highly recommend you do!
