fixing angular.Scope. docs

This commit is contained in:
Igor Minar 2011-01-30 14:43:03 -08:00
parent b612826158
commit 0144fa1ca9

View file

@ -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.
*/