Merge pull request #5408 from cmgustavo/bug/qr-scanner-01
Fix QR scanner from directive
This commit is contained in:
commit
e244290285
4 changed files with 13 additions and 6 deletions
|
|
@ -364,7 +364,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
}, 10);
|
||||
};
|
||||
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
$scope.$on("$ionicView.afterEnter", function(event, data) {
|
||||
$scope.init();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue