167 Views
Today, after eight months of work, over two thousand commits, nineteen beta and six release candidates, we finally released AngularJS 1.3.0 superluminal-nudge! This release includes many notable new features: - One-time bindings – by prefixing an expression with "::", it will only be interpolated once, and then no longer watched. - ngAria – a new module that helps make custom components in Angular more accessible by default - ngMessages – a new directive that simplifies writting and coordinating feedback for on form validity - ngModelOptions – a directive that makes it easy to customize the behavior of bound models. For instance: debouncing, getter-setter-style models, update-on-blur, and more. - Strict DI – an option for finding places in your application that will not minify due to use of short-hand DI syntax Included in this release are over four hundred bug fixes, and nearly one thousand documentation improvements. We also improved the APIs around custom form controls and animations to make them more clear and easier to use.


