fix join / export\
This commit is contained in:
parent
38495f11b7
commit
1902e01267
10 changed files with 41 additions and 26 deletions
|
|
@ -15,9 +15,6 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
|
||||
$scope.isMobile = isMobile.any();
|
||||
$scope.isWindowsPhoneApp = isMobile.Windows() && isCordova;
|
||||
|
||||
// TODO
|
||||
$scope.isWindowsPhoneApp = 1;
|
||||
$rootScope.wpInputFocused = false;
|
||||
|
||||
$scope.isShared = w.isShared();
|
||||
|
|
@ -73,7 +70,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
}
|
||||
$timeout(function() {
|
||||
$rootScope.$digest();
|
||||
}, 100);
|
||||
}, 1);
|
||||
};
|
||||
|
||||
$scope.setInputs = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue