docs($location) fix $$parse parameter name

Replaced newAbsoluteUrl by url parameter.

Closes #9650
This commit is contained in:
Joao henriques
2014-10-16 21:22:10 +01:00
committed by Igor Minar
parent c2fb4b6986
commit fddf4bd5fe

View File

@@ -96,7 +96,7 @@ function LocationHtml5Url(appBase, basePrefix) {
/**
* Parse given html5 (regular) url string into properties
* @param {string} newAbsoluteUrl HTML5 url
* @param {string} url HTML5 url
* @private
*/
this.$$parse = function(url) {