You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Routing systems often provide a method that specifies what to do in the event that the route does not match any known route. In Angular this is done with an otherwise method in the $routeProvider service. http://docs.angularjs.org/api/ngRoute.$routeProvider
This is convenient for debugging but also useful to correct user bookmark context errors that crop up when resources are identified with user specific data or context based ids.
The text was updated successfully, but these errors were encountered:
I noticed that the route-hierarchy and 0.5.0 adds this functionality. Knowing that this is tip of the trunk, can I reasonably expect 0.5.0 to contain most of this functionality?
Routing systems often provide a method that specifies what to do in the event that the route does not match any known route. In Angular this is done with an
otherwise
method in the $routeProvider service. http://docs.angularjs.org/api/ngRoute.$routeProviderThis is convenient for debugging but also useful to correct user bookmark context errors that crop up when resources are identified with user specific data or context based ids.
The text was updated successfully, but these errors were encountered: