Описание тега route-provider

$routeProvider is a service of module ngRoute that has a simple API, accepting either the when() method which takes a path and hash of options including the templatePath and controller, which matches a pattern and otherwise() method which allows us to redirect to a route if one is not found.