Clean variable before enter the controller
This commit is contained in:
parent
dd8e8cbdae
commit
0a295d360b
1 changed files with 4 additions and 0 deletions
|
|
@ -363,4 +363,8 @@ angular.module('copayApp.controllers').controller('importController',
|
||||||
}, 10);
|
}, 10);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||||
|
$scope.init();
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue