Missing apply. Load data beforeEnter
This commit is contained in:
parent
3fa6e0947f
commit
78bb3b2dda
1 changed files with 3 additions and 2 deletions
|
|
@ -18,9 +18,7 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
|
|||
value: res
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
$scope.$on("$ionicView.afterEnter", function(event) {
|
||||
updateTx();
|
||||
|
||||
listeners = [
|
||||
|
|
@ -117,6 +115,9 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
|
|||
updateMemo();
|
||||
initActionList();
|
||||
getFiatRate();
|
||||
$timeout(function() {
|
||||
$scope.$digest();
|
||||
});
|
||||
|
||||
feeService.getFeeLevels(function(err, levels) {
|
||||
if (err) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue