mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-02 04:04:44 +00:00
fixing angular.Scope. docs
This commit is contained in:
parent
b612826158
commit
0144fa1ca9
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ function createScope(parent, providers, instanceCache) {
|
||||||
</pre>
|
</pre>
|
||||||
*
|
*
|
||||||
* @param {string|function()} expression Angular expression to evaluate.
|
* @param {string|function()} expression Angular expression to evaluate.
|
||||||
* @param {function()|DOMElement} exceptionHandler Function to be called or DOMElement to be
|
* @param {(function()|DOMElement)=} exceptionHandler Function to be called or DOMElement to be
|
||||||
* decorated.
|
* decorated.
|
||||||
* @returns {*} The result of `expression` evaluation.
|
* @returns {*} The result of `expression` evaluation.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue