watch wallets in walletselector

This commit is contained in:
Kadir Sekha 2018-02-22 19:38:10 +05:30
commit 272cb46e3a

View file

@ -23,6 +23,9 @@ angular.module('copayApp.directives')
}, 100);
scope.onSelect(wallet);
};
scope.$watch('wallets', function(newValue, oldValue) {
scope.wallets = newValue;
});
}
};
});