Community

Deferring Attribute Interpolation In AngularJS For Better Performance

(Ben Nadel) When AngularJS interpolates attributes on the DOM (Document Object Model), it has to install a $watch() binding in order to update the attribute value whenever thew View-Model (VM) changes.

Read More - Register for Free Membership