mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +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>
|
||||
*
|
||||
* @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.
|
||||
* @returns {*} The result of `expression` evaluation.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue