instantly search

This commit is contained in:
Gabriel Bazán 2016-02-18 17:55:57 -03:00
commit 5ca10f777d
3 changed files with 32 additions and 28 deletions

View file

@ -51,6 +51,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
var disableFocusListener = $rootScope.$on('Local/NewFocusedWallet', function() {
self.addr = null;
self.resetForm();
$scope.search = '';
$rootScope.$emit('Local/Searching', false);
if (profileService.focusedClient) {