This commit is contained in:
Gabriel Bazán 2016-02-23 12:34:16 -03:00
commit 39b4012531
2 changed files with 1 additions and 2 deletions

View file

@ -25,8 +25,6 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
ret.isWindowsPhoneApp = isMobile.Windows() && isCordova;
var vanillaScope = ret;
$rootScope.$emit('Local/Searching', false);
var disableScannerListener = $rootScope.$on('dataScanned', function(event, data) {
self.setForm(data);
$rootScope.$emit('Local/SetTab', 'send');