refactor
This commit is contained in:
parent
58ba939f89
commit
2813216a66
4 changed files with 23 additions and 8 deletions
|
|
@ -24,6 +24,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
ret.isMobile = isMobile.any();
|
||||
ret.isWindowsPhoneApp = isMobile.Windows() && isCordova;
|
||||
var vanillaScope = ret;
|
||||
this.isSearching = false;
|
||||
|
||||
var disableScannerListener = $rootScope.$on('dataScanned', function(event, data) {
|
||||
self.setForm(data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue