Skip to content

Instantly share code, notes, and snippets.

@jadjoubran
Created August 29, 2016 18:30
Show Gist options
  • Save jadjoubran/a3fbf95d9c447605b2752361ea9e2dea to your computer and use it in GitHub Desktop.
Save jadjoubran/a3fbf95d9c447605b2752361ea9e2dea to your computer and use it in GitHub Desktop.
Enable production mode in angular
app.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