$routeProvider api

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

AngularJS's $routeProvider has a very basic api for defining your application's routes. $routeProvider.when() is used to match a url pattern to a view while $routeProvider.otherwise() is used to render a view when there is no match to a url pattern.