diff options
| author | Carl Danley | 2013-07-22 11:01:00 -0400 |
|---|---|---|
| committer | Pawel Kozlowski | 2013-07-27 20:53:41 +0200 |
| commit | 258e9862840f9d45709664e0e5b2a18540d8828d (patch) | |
| tree | 17386e8499d4103b83e903b437cda808a82579ff /src/ng/location.js | |
| parent | 1bc99eca08bef4aceb49d4fee7ef9e291f60ff3b (diff) | |
| download | angular.js-258e9862840f9d45709664e0e5b2a18540d8828d.tar.bz2 | |
docs(*): fixed typos and ngdoc parameter names
Diffstat (limited to 'src/ng/location.js')
| -rw-r--r-- | src/ng/location.js | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
