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
{{ message }}
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Combining the interface between route and state so the user don't have to use both. Routes without states will not make sense in the future, states without routes will still be available.
$state.bind('state', '/route') for binding additional routes to states.
$state.template('state', {})Optional: for building reusable states.
$state.defaults({}) defaults for inherited properties.
$state.otherwise('state')as a replacement for $route.otherwise