After reading the documentation on the angular website regarding debugInfoEnabled, I'm still a bit confused. How exactly does setting
$compileProvider.debugInfoEnabled(false)
in the angular config result in improved performance by removing element-level class bindings like ng-scope
and ng-isolated-scope
?
I would greatly appreciate it if someone could explain how turning debugInfoEnabled to false in $compileProvider
can lead to a performance boost. I'm looking for clarification on this feature of Angular 1.3.
Any assistance in clearing up my understanding would be highly valued. Thank you in advance :)