Skip to content

Commit

Permalink
Updated close time for some toasts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Schodde committed Sep 12, 2014
1 parent da65f77 commit 8528639
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/app/changePassword/changePassword.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ angular.module('linesPerBeatApp')
templateUrl: 'components/toast/toast.html',
position: 'bottom left',
locals: {
closeTime: 700,
closeTime: 1000,
message: passwordResp.message
}
});
Expand Down
2 changes: 1 addition & 1 deletion client/app/login/login.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ angular.module('linesPerBeatApp')
templateUrl: 'components/toast/toast.html',
position: 'bottom left',
locals: {
closeTime: 700,
closeTime: 1000,
message: loginResp.message
}
});
Expand Down
2 changes: 1 addition & 1 deletion client/components/navbar/navbar.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ angular.module('linesPerBeatApp').controller('NavbarCtrl', ['$scope', '$location
templateUrl: 'components/toast/toast.html',
position: 'bottom left',
locals: {
closeTime: 700,
closeTime: 1000,
message: logoutResp.message
}
});
Expand Down

0 comments on commit 8528639

Please sign in to comment.