AngularJS 1.2 Released
Written by Alex Denham   
Friday, 15 November 2013

An updated version of AngularJS, the Google JavaScript framework for creating web apps, has been released, with new features and improvements to animations and transitions.

angularjsbanner

The team describes AngularJS as:

“what HTML would have been, had it been designed for building web-apps. Declarative templates with data-binding, MVW, MVVM, MVC, dependency ...”

and explains that is is an extensible toolset for building the framework most suited to your application development. (Note: MVW stands for Model View Whatever.)

The improvements to animations and transitions include support for ngClass, class expressions, and callbacks. Animations are now fully class-based which means so long as a CSS class is present in your HTML code, animations can be directly hooked into a working application. An article on yearofmoo is devoted to using the revamped animations. 

The new version also also fixes the bugs from the release candidate and has more informative error messages via a new error message minification service called MinErr. The developers say this gives more insight about error conditions in your app while also reducing code size.

Strict Contextual Escaping is another improvement to this version. Strict Contextual Escaping (SCE) is a mode in which AngularJS requires bindings in certain contexts to result in a value that is marked as safe to use for that context.

Other improvements include track by function to prevent duplicates in ng-repeat; the addition of “Controller As” syntax to access controller instances in templates; Promise A+ compliance so you can use the Promise A+ test suite; and separation of ngRoute into its own module.

 

 

 

More Information

AngularJS.org

yearofmoo: Remastered Animation in AngularJS 1.2

Related Articles

AngularJS (Book Review)

Huffington Post Chooses MongoDB, Scala and Angular JS

 

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Grafana 11 Improves Metrics
11/04/2024

Grafana Labs, creators of the Grafana open-source metrics analytics and visualization suite, has announced the preview release of Grafana 11 with improvements to make it easier to view metrics, and ch [ ... ]



Conference Times Ahead
29/03/2024

Following a well-established pattern both Google's and Microsoft's Developer Conferences will take place in May while Apple follows on in June. Here are the dates plus what to expect.


More News

Last Updated ( Monday, 18 November 2013 )