From 258e9862840f9d45709664e0e5b2a18540d8828d Mon Sep 17 00:00:00 2001 From: Carl Danley Date: Mon, 22 Jul 2013 11:01:00 -0400 Subject: docs(*): fixed typos and ngdoc parameter names --- src/ng/location.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ng/location.js') diff --git a/src/ng/location.js b/src/ng/location.js index a0f03a8e..6ae1066c 100644 --- a/src/ng/location.js +++ b/src/ng/location.js @@ -254,6 +254,7 @@ LocationHashbangInHtml5Url.prototype = * Change path, search and hash, when called with parameter and return `$location`. * * @param {string=} url New url without base prefix (e.g. `/path?a=b#hash`) + * @param {string=} replace The path that will be changed * @return {string} url */ url: function(url, replace) { -- cgit v1.2.3