mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 11:31:07 +00:00
docs($sce): corrected typo & markup.
the --> that value --> `value` Closes #5735
This commit is contained in:
parent
2b344dbd20
commit
b2c84ccde3
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ function $SceDelegateProvider() {
|
||||||
*
|
*
|
||||||
* @param {*} value The result of a prior {@link ng.$sceDelegate#methods_trustAs `$sceDelegate.trustAs`}
|
* @param {*} value The result of a prior {@link ng.$sceDelegate#methods_trustAs `$sceDelegate.trustAs`}
|
||||||
* call or anything else.
|
* call or anything else.
|
||||||
* @returns {*} The value the was originally provided to {@link ng.$sceDelegate#methods_trustAs
|
* @returns {*} The `value` that was originally provided to {@link ng.$sceDelegate#methods_trustAs
|
||||||
* `$sceDelegate.trustAs`} if `value` is the result of such a call. Otherwise, returns
|
* `$sceDelegate.trustAs`} if `value` is the result of such a call. Otherwise, returns
|
||||||
* `value` unchanged.
|
* `value` unchanged.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue