add "polling" to save settings

This commit is contained in:
Matias Alejo Garcia 2014-10-30 22:59:47 -03:00
commit dcff92fb25

View file

@ -74,9 +74,11 @@ angular.module('copayApp.controllers').controller('SettingsController', function
var insightSettings = {
livenet: {
url: $scope.insightLivenet,
transports: ['polling'],
},
testnet: {
url: $scope.insightTestnet,
transports: ['polling'],
},
}