mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-14 12:08:27 +08:00
docs($location) fix $$parse parameter name
Replaced newAbsoluteUrl by url parameter. Closes #9650
This commit is contained in:
committed by
Igor Minar
parent
c2fb4b6986
commit
fddf4bd5fe
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user