$location Service in AngularJS — a practical guide to AngularJS $location with clear examples you can reuse in real projects.
AngularJS Tutorial Series (42/99). Prefer one article? Read the complete AngularJS tutorial.
Short description
Works with HTML5 mode or hashbang URL strategies.
$location tip
$location.path('/products');
$location.search('page', 2);
var page = $location.search().page;