Fix settings save function

This commit is contained in:
Yemel Jardi 2014-07-30 00:22:40 -03:00
parent fc339f6472
commit 71448828f2
1 changed files with 1 additions and 1 deletions

View File

@ -74,6 +74,6 @@ angular.module('copayApp.controllers').controller('SettingsController',
unitToSatoshi: $scope.selectedUnit.value,
}));
$location.path('/copayers');
window.location.reload();
};
});