Fix for 1231, show insight-url when is not default.

This commit is contained in:
ssotomayor 2014-10-14 15:31:23 -03:00
commit 8379f83c67
3 changed files with 11 additions and 0 deletions

View file

@ -38,6 +38,11 @@ if (Object.keys(config.plugins).length)
var copayApp = window.copayApp = angular.module('copayApp', modules);
copayApp.value('defaults', {
livenetUrl: 'https://insight.bitpay.com:443',
testnetUrl: 'https://test-insight.bitpay.com:443'
});
copayApp.config(function($sceDelegateProvider) {
$sceDelegateProvider.resourceUrlWhitelist([
'self',