commit
ae20cf114f
3 changed files with 2 additions and 11 deletions
|
|
@ -11,8 +11,6 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
if ($rootScope.fromEmailConfirmation) {
|
||||
$scope.confirmedEmail = true;
|
||||
$rootScope.fromEmailConfirmation = false;
|
||||
|
|
|
|||
|
|
@ -103,9 +103,8 @@ angular.module('copayApp.controllers').controller('SettingsController', function
|
|||
|
||||
$scope.reset = function() {
|
||||
localStorage.removeItem('config');
|
||||
$location.hash('top');
|
||||
$anchorScroll();
|
||||
$scope.message= 'Settings were reset to defaults';
|
||||
// Go home reloading the application
|
||||
window.location.reload();
|
||||
};
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue