preload settings toggle values

This commit is contained in:
Jamal Jackson 2016-10-19 13:44:47 -04:00
commit cb7fe05ed2

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