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


Avi Wigderson Gains Turing Award
16/04/2024

Israeli mathematician and computer scientist, Avi Wigderson, is the recipient of the 2023 ACM A.M Turing Award which carries a $1 million prize with financial support from Google.



Udacity's Offer To Recently Unemployed
01/05/2024

Layoffs, across the board from major tech companies to struggling small businesses, are constantly in the news. Today Udacity has announced a special offer to help the recently unemployed professional [ ... ]


More News

Last Updated ( Monday, 18 November 2013 )