add bws settings in import wallet

This commit is contained in:
Javier 2015-10-16 12:35:18 -03:00
commit de0a06235f
3 changed files with 69 additions and 29 deletions

View file

@ -4,7 +4,6 @@ angular.module('copayApp.controllers').controller('createController',
function($scope, $rootScope, $location, $timeout, $log, lodash, go, profileService, configService, isCordova, gettext, ledger, trezor, isMobile) {
var self = this;
var config = configService.getSync();
var defaults = configService.getDefaults();
this.isWindowsPhoneApp = isMobile.Windows() && isCordova;