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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: