From 67474ae595fc0a622496d73e192b74fe4e43002a 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. --- 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 486c8c8fb85d..fea6840b2fdd 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) {