Merge pull request #599 from jamal-jackson/feature/preload_wallet_settings

preload settings toggle values
This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-20 01:08:07 -03:00 committed by GitHub
commit a09eade648

View file

@ -106,7 +106,7 @@ angular.module('copayApp.controllers').controller('advancedSettingsController',
});
};
$scope.$on("$ionicView.enter", function(event, data) {
$scope.$on("$ionicView.beforeEnter", function(event, data) {
updateConfig();
});