preload settings toggle values

This commit is contained in:
Jamal Jackson 2016-10-19 13:44:47 -04:00
parent 5d45e306c2
commit cb7fe05ed2
1 changed files with 1 additions and 1 deletions

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();
});