feat(ngRoute): add method for changing url params
Add a $route#updateParams method for changing the current route parameters without having to build a URL and call $location#path. Useful for apps with a structure involving programmatically moving between pages on the current route, but with different :param values. Properties in the object passed to $route.updateParams() will be added to the location as queryParams if not contained within the route's path definition.
J
Jack Wearden committed
77a1acc7fcad7a8a7d0376b33d38a8977372cfe2
Parent: 56bd037
Committed by Jeff Cross <middlefloor@gmail.com>
on 8/13/2014, 9:11:58 PM