Clean the search box when returns from another state
This commit is contained in:
parent
a8defa1377
commit
a0c9e5eba5
2 changed files with 3 additions and 2 deletions
|
|
@ -49,6 +49,7 @@ angular.module('copayApp.controllers').controller('addressbookListController', f
|
|||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
$scope.isChromeApp = platformInfo.isChromeApp;
|
||||
$scope.showAddIcon = false;
|
||||
$scope.addrSearch = { value: null };
|
||||
initAddressbook();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue