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.

 

espbook

 

Comments




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

 

Banner


How Much Math Is Knowable?
13/05/2025

Computer science and the theory of computation has much to say about philosophy and mathematics. In particular, what is computable is closely connected to what is provable and hence what is knowable i [ ... ]



GitLab 18 Extends Duo AI Feature
29/05/2025

GitLab 18 has been released with extensions to the Duo AI-based assistant. The news was followed by reports that Duo had a security vulnerability that provided a route for attackers. The problem has n [ ... ]


More News

Last Updated ( Monday, 18 November 2013 )