diff options
| author | Igor Minar | 2010-11-24 19:29:45 -0800 |
|---|---|---|
| committer | Igor Minar | 2010-11-24 19:29:45 -0800 |
| commit | 17eee57c522516ba139c05091fac200dfc353d36 (patch) | |
| tree | 9878a40967ced42a194b2809a92b09d3ffa51c88 /src/Angular.js | |
| parent | 4fc3ee80407828ba1fe983a45385a41bca32131c (diff) | |
| download | angular.js-17eee57c522516ba139c05091fac200dfc353d36.tar.bz2 | |
fixing docs for angular.scope
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js index cc85f927..3637479c 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1040,7 +1040,7 @@ function merge(src, dst) { </pre> * * @param {string|DOMElement} element Element to compile. - * @param {Object} parentScope Scope to become the parent scope of the newly compiled scope. + * @param {Object=} parentScope Scope to become the parent scope of the newly compiled scope. * @returns {Object} Compiled scope object. */ function compile(element, parentScope) { |
