Skip to content

Instantly share code, notes, and snippets.

@mikemix
Created May 6, 2016 06:48
Show Gist options
  • Save mikemix/e1de9ed80410eefdd90a283bb03b2238 to your computer and use it in GitHub Desktop.
Save mikemix/e1de9ed80410eefdd90a283bb03b2238 to your computer and use it in GitHub Desktop.
Improve angular performance
myApp.config(['$compileProvider', function ($compileProvider) {
$compileProvider.debugInfoEnabled(false);
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment