userapp-io / userapp-angular

AngularJS module that adds user authentication to your app with UserApp.
https://userapp.io
MIT License
233 stars 84 forks source link

recommendation for handling 404s #13

Open jgangemi opened 10 years ago

jgangemi commented 10 years ago

is there a recommended way to handle 404s?

right now, the 'otherwise' in the router redirects to '/' which is what userapp wants, but if the user visits an invalid page, i want to show a 404.