Merge pull request #2517 from cmgustavo/update/angular-v0016

Update angular v0.0.16 and default PORT for BWS
This commit is contained in:
Matias Alejo Garcia 2015-04-15 13:38:52 -03:00
commit fe16f6a5d4
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
"foundation-icon-fonts": "*",
"ng-lodash": "~0.2.0",
"angular-moment": "~0.9.0",
"angular-bitcore-wallet-client": "^0.0.15",
"angular-bitcore-wallet-client": "^0.0.16",
"angular-ui-router": "~0.2.13",
"qrcode-decoder-js": "*",
"angular-ui-switch": "~0.1.0"

View File

@ -12,7 +12,7 @@ angular.module('copayApp.services').factory('configService', function(localStora
// Bitcore wallet service URL
bws: {
url: 'http://162.242.245.33:3004/bws/api',
url: 'http://162.242.245.33:3232/bws/api',
// url: 'http://localhost:3001/bws/api',
},