From fddf4bd5fe19ee020520e369ef393955aa394cb2 Mon Sep 17 00:00:00 2001 From: Joao henriques Date: Thu, 16 Oct 2014 21:22:10 +0100 Subject: [PATCH] docs($location) fix $$parse parameter name Replaced newAbsoluteUrl by url parameter. Closes #9650 --- src/ng/location.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/location.js b/src/ng/location.js index 486c8c8f..fea6840b 100644 --- a/src/ng/location.js +++ b/src/ng/location.js @@ -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) {