He who (ng-)binds to himself a joy...

added by JavaScript Kicks
8/29/2014 10:28:58 AM

130 Views

Every data binding takes its toll, and too much of it will cripple your application's speed. There was a time when the only way around this was to write your own directives - essentially, to extend the viewmodel, and change the face of Angular. No more! One-time bindings drop in 1.3.x, and you can use them to avoid the overhead of moustaches.


0 comments