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 = { var insightSettings = {
livenet: { livenet: {
url: $scope.insightLivenet, url: $scope.insightLivenet,
transports: ['polling'],
}, },
testnet: { testnet: {
url: $scope.insightTestnet, url: $scope.insightTestnet,
transports: ['polling'],
}, },
} }