otherwise(params); Sets route definition that will be used on route change when no other route definition is matched.
caseInsensitiveMatch A boolean property indicating if routes defined using
routes Object Object
$routeChangeStart Broadcasted before a route change. At this point the route services starts resolving all of the dependencies needed
$routeChangeSuccess Broadcasted after a route change has happened successfully. The resolve dependencies are now available
$routeUpdate The reloadOnSearch property has been set to false, and we are reusing the same instance of the Controller
reload(); Causes $route service to reload the current route even if $location hasn't changed. As a result of that
updateParams(newParams); Causes $route service to update the current URL, replacing current route parameters with those
current Object Reference
$routeChangeError Broadcasted if any of the resolve promises are rejected.
Page 1 of 2