Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #729 from blockchain/prod-perf
Browse files Browse the repository at this point in the history
Disable angular debug exposed scopes for performance
  • Loading branch information
Sjors authored Oct 25, 2016
2 parents a1483d3 + 05cf1dc commit 1b269aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ angular.module('walletApp', modules)
var bcPhoneNumberLazyLoadFiles = [
'js/bc-phone-number.min.js'
];
$compileProvider.debugInfoEnabled(false);
/* @endif */

$ocLazyLoadProvider.config({
Expand Down

0 comments on commit 1b269aa

Please sign in to comment.