I've just completed the Phone Catalog tutorial on the Angular site. In most data driven applications if a user navigates to an item that does not exist e.g. /phones/some-id we would return a 404 page.
How is this handled in an Angular app? In the tutorial if you navigate to a phone that does not exist (e.g. index.html#/phones/foo) it just breaks. Ideally we would redirect to a "not found" view or display some kind of notification to the user. Thanks, Ben -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
