Minor fixes. Fix Glidera

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-23 13:34:47 -03:00
commit fabf6a6fd1
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 10 additions and 11 deletions

View file

@ -84,6 +84,7 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
};
$scope.$on("$ionicView.enter", function(event, data){
$scope.formData = { search: null };
updateList();
});