From 78bb3b2dda8d260e0cb1dc94993e84ae06d6db1f Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 23 Jun 2017 17:05:00 -0300 Subject: [PATCH] Missing apply. Load data beforeEnter --- src/js/controllers/tx-details.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/js/controllers/tx-details.js b/src/js/controllers/tx-details.js index e65845af5..8435447d1 100644 --- a/src/js/controllers/tx-details.js +++ b/src/js/controllers/tx-details.js @@ -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;