Skip to content

Instantly share code, notes, and snippets.

@RicardoRFaria
Created May 6, 2016 12:13
Show Gist options
  • Save RicardoRFaria/4fab1367756e8585fbd4d688705a93f1 to your computer and use it in GitHub Desktop.
Save RicardoRFaria/4fab1367756e8585fbd4d688705a93f1 to your computer and use it in GitHub Desktop.
Removes angular debug info
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