angularjs-tips icon indicating copy to clipboard operation
angularjs-tips copied to clipboard

Prefer using ng-bind instead of expressions

Open prayagverma opened this issue 11 years ago • 0 comments

The gains are not much but it also helps in avoiding flashing before the expression is evaluated by Angular.

Refer to http://ng-perf.com/2014/10/30/tip-4-ng-bind-is-faster-than-expression-bind-and-one-time-bind/ and its comments

prayagverma avatar Jan 14 '15 18:01 prayagverma