Community

Event Delegation Performance vs. Linking Performance In AngularJS

(Ben Nadel) In the past, I’ve talked about deferring DOM (Document Object Model) tree transclusion, in AngularJS, as a means to boost performance. Deferring transclusion can help, on large collections, because it cuts down on the number of active $watch() bindings.

Read More - Register for Free Membership