Missing apply. Load data beforeEnter

This commit is contained in:
Gustavo Maximiliano Cortez 2017-06-23 17:05:00 -03:00
parent 3fa6e0947f
commit 78bb3b2dda
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 3 additions and 2 deletions

View File

@ -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;