Created
May 6, 2016 06:48
-
-
Save mikemix/e1de9ed80410eefdd90a283bb03b2238 to your computer and use it in GitHub Desktop.
Improve angular performance
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