diff options
| author | Misko Hevery | 2010-12-23 00:44:27 +0100 |
|---|---|---|
| committer | Misko Hevery | 2011-01-10 11:50:11 -0800 |
| commit | 4f22d6866c052fb5b770ce4f377cecacacd9e6d8 (patch) | |
| tree | 6bdb1c5eb70cfd7e6bcf143c121c53025a0489a4 /src/widgets.js | |
| parent | aab3df7aeaf79908e8b6212288b283adb42b1ce6 (diff) | |
| download | angular.js-4f22d6866c052fb5b770ce4f377cecacacd9e6d8.tar.bz2 | |
complete rewrite of documentation generation
- romeved mustache.js
- unified templates
- improved testability of the code
Diffstat (limited to 'src/widgets.js')
| -rw-r--r-- | src/widgets.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets.js b/src/widgets.js index 5f159990..473b6f1f 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -554,7 +554,8 @@ angularWidget('option', function(){ * (e.g. ng:include won't work for file:// access). * * @param {string} src expression evaluating to URL. - * @param {Scope=} [scope=new_child_scope] expression evaluating to angular.scope + * @param {Scope=} [scope=new_child_scope] optional expression which evaluates to an + * instance of angular.scope to set the HTML fragment to. * @param {string=} onload Expression to evaluate when a new partial is loaded. * * @example |
