Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fddf4bd

Browse files
johnnyghostIgorMinar
authored andcommitted
docs($location) fix $$parse parameter name
Replaced newAbsoluteUrl by url parameter. Closes #9650
1 parent c2fb4b6 commit fddf4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/location.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function LocationHtml5Url(appBase, basePrefix) {
9696

9797
/**
9898
* Parse given html5 (regular) url string into properties
99-
* @param {string} newAbsoluteUrl HTML5 url
99+
* @param {string} url HTML5 url
100100
* @private
101101
*/
102102
this.$$parse = function(url) {

0 commit comments

Comments
 (0)