I read the the documentation from angular website about debugInfoEnabled.
Still doesn't clear with concept, how $compileProvider.debugInfoEnabled(false)
inside angular config can improve the performance of application by removing the element level class (angular-directives) binding such as ng-scope
and ng-isolated-scope
.
Does anyone know, how performance boost can happen by setting up debugInfoEnabled to false in $compileProvider
?
Can anyone help me to clear out my concept about angular $compileProvider.debugInfoEnabled
feature of angular 1.3?
Any Help would appreciated, Thanks in advance:)