We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication of ui-router doesn't work.
client/app/account/account.js
.state('settings', { url: '/settings', templateUrl: 'app/account/settings/settings.html', controller: 'SettingsController', controllerAs: 'vm', authenticate: true });
When I access http://localhost:9000/settings without a login, the setting page is visible.
angular-fullstack: 3.0.2 node: 5.2.0 npm: 3.5.2 OS X: 10.10.3 Chrome: 47.0
The text was updated successfully, but these errors were encountered:
should be fixed in next version
Sorry, something went wrong.
56d12fc
No branches or pull requests
Authentication of ui-router doesn't work.
client/app/account/account.js
When I access http://localhost:9000/settings without a login, the setting page is visible.

angular-fullstack: 3.0.2
node: 5.2.0
npm: 3.5.2
OS X: 10.10.3
Chrome: 47.0
The text was updated successfully, but these errors were encountered: