Skip to content

Instantly share code, notes, and snippets.

@karlkori
Created May 10, 2016 14:58
Show Gist options
  • Select an option

  • Save karlkori/d123435b975a87ea09e7d5228a130627 to your computer and use it in GitHub Desktop.

Select an option

Save karlkori/d123435b975a87ea09e7d5228a130627 to your computer and use it in GitHub Desktop.
disable debug info for increase perfomance in production
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