Created
May 10, 2016 14:58
-
-
Save karlkori/d123435b975a87ea09e7d5228a130627 to your computer and use it in GitHub Desktop.
disable debug info for increase perfomance in production
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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