diff --git a/Gruntfile.js b/Gruntfile.js index 998453b7e..4a48970ed 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -90,7 +90,6 @@ module.exports = function(grunt) { 'bower_components/qrcode-generator/js/qrcode.js', 'bower_components/qrcode-decoder-js/lib/qrcode-decoder.js', 'bower_components/moment/min/moment-with-locales.js', - 'bower_components/angular/angular.js', 'bower_components/angular-ui-router/release/angular-ui-router.js', 'bower_components/angular-foundation/mm-foundation-tpls.js', 'bower_components/angular-moment/angular-moment.js', diff --git a/bower.json b/bower.json index 774cdfec4..15f45d9e6 100644 --- a/bower.json +++ b/bower.json @@ -7,13 +7,12 @@ "bitcore" ], "dependencies": { - "angular": "1.4.6", "angular-mocks": "1.4.10", "angular-foundation": "0.8.0", "angular-gettext": "2.2.1", "angular-moment": "0.10.1", "angular-qrcode": "monospaced/angular-qrcode#~6.2.1", - "angular-ui-router": "0.2.18", + "angular-ui-router": "0.2.13", "animate.css": "3.5.1", "foundation": "5.5.3", "foundation-icon-fonts": "*", @@ -25,8 +24,8 @@ "ng-csv": "~0.3.6" }, "resolutions": { - "angular": "1.4.6", + "angular": "1.5.3", "qrcode-generator": "0.1.0", - "angular-ui-router": "0.2.18" + "angular-ui-router": "0.2.13" } } diff --git a/package.json b/package.json index 55c254da6..05878f04e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "url": "https://github.com/bitpay/copay/issues" }, "dependencies": { - "bitcore-wallet-client": "~2.5.0", + "bitcore-wallet-client": "2.6.0", "express": "^4.11.2", "fs": "0.0.2", "grunt": "^0.4.5", diff --git a/public/views/import.html b/public/views/import.html index da78df49a..990f0a7a6 100644 --- a/public/views/import.html +++ b/public/views/import.html @@ -33,11 +33,29 @@