Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #244 from lirantal/fix-typo-user-password-reset
Browse files Browse the repository at this point in the history
fixed typo on angular user module stateprovider states
  • Loading branch information
rschwabco committed Nov 3, 2014
2 parents 00c4f07 + 6c889a3 commit b0d8b47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/dist/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ angular.module('users').config(['$stateProvider',
url: '/password/forgot',
templateUrl: 'modules/users/views/password/forgot-password.client.view.html'
}).
state('reset-invlaid', {
state('reset-invalid', {
url: '/password/reset/invalid',
templateUrl: 'modules/users/views/password/reset-password-invalid.client.view.html'
}).
Expand Down
Loading

0 comments on commit b0d8b47

Please sign in to comment.