You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce and a minimal demo of the problem
Remove Angular debuggers with: myApp.config(['$compileProvider', function ($compileProvider) { $compileProvider.debugInfoEnabled(false); }]);
Current behavior
Angular debuggers are active
Expected/desired behavior
Angular debuggers are not active in production sites
Steps to reproduce and a minimal demo of the problem
Remove Angular debuggers with:
myApp.config(['$compileProvider', function ($compileProvider) { $compileProvider.debugInfoEnabled(false); }]);
Current behavior
Angular debuggers are active
Expected/desired behavior
Angular debuggers are not active in production sites
Other information
https://medium.com/@hackupstate/improving-angular-performance-with-1-line-of-code-a1fb814a6476#.qv24f3pbw
The text was updated successfully, but these errors were encountered: