Skip to content

Instantly share code, notes, and snippets.

@jethroo
Created May 4, 2016 08:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jethroo/1d9d7dcf0b86b9552b88086822b3bf0b to your computer and use it in GitHub Desktop.
Save jethroo/1d9d7dcf0b86b9552b88086822b3bf0b to your computer and use it in GitHub Desktop.
Improving Angular performance with 1 line of code
myApp.config(['$compileProvider', function ($compileProvider) {
$compileProvider.debugInfoEnabled(false);
}]);
https://medium.com/@hackupstate/improving-angular-performance-with-1-line-of-code-a1fb814a6476#.j1tip7ulc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment