mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-04 13:14:49 +00:00
parent
c77b2bcca3
commit
9f566db33c
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ function shallowClearAndCopy(src, dst) {
|
||||||
* when a param value needs to be obtained for a request (unless the param was overridden).
|
* when a param value needs to be obtained for a request (unless the param was overridden).
|
||||||
*
|
*
|
||||||
* Each key value in the parameter object is first bound to url template if present and then any
|
* Each key value in the parameter object is first bound to url template if present and then any
|
||||||
* excess keys are appended to the url seapph query after the `?`.
|
* excess keys are appended to the url search query after the `?`.
|
||||||
*
|
*
|
||||||
* Given a template `/path/:verb` and parameter `{verb:'greet', salutation:'Hello'}` results in
|
* Given a template `/path/:verb` and parameter `{verb:'greet', salutation:'Hello'}` results in
|
||||||
* URL `/path/greet?salutation=Hello`.
|
* URL `/path/greet?salutation=Hello`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue