Quantcast
Channel: Juri Strumpflohner – .NET Code Geeks
Viewing all articles
Browse latest Browse all 26

Improve your Angular 1.x startup time

$
0
0
This neat and simple trick originally appeared about a year ago on this blog post, so it’s not something I came up with by myself. Angular’s watcher functions for ng-bind and text nodes () put binding information inside the respective DOM elements using jQuery .data method. This is unfortunately a very expensive operation that impacts ...

Viewing all articles
Browse latest Browse all 26

Trending Articles