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

Commit

Permalink
fixed typo on angular user module stateprovider states
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Nov 3, 2014
1 parent 00c4f07 commit 6c889a3
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 6c889a3

Please sign in to comment.