diff options
| author | Vojta Jina | 2012-02-28 17:41:37 -0800 | 
|---|---|---|
| committer | Vojta Jina | 2012-02-28 17:41:37 -0800 | 
| commit | e23fa768aaf6d1d966c335979fe8316330c2fe28 (patch) | |
| tree | 6683a09411facac138df85ed58b078e1abcaab6d /src | |
| parent | d656d11489a0dbce0f549b20006052b215c4b500 (diff) | |
| download | angular.js-e23fa768aaf6d1d966c335979fe8316330c2fe28.tar.bz2 | |
docs(directive.script): Subtle update to API docs
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/widgets.js b/src/widgets.js index adc373e0..e83d0505 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -787,7 +787,7 @@ var ngPluralizeDirective = ['$locale', '$interpolate', function($locale, $interp   *   * @description   * Load content of a script tag, with type `text/ng-template`, into `$templateCache`, so that the - * template can be used by `ng:include` or `ng:view`. + * template can be used by `ng:include`, `ng:view` or directive templates.   *   * @example    <doc:example> | 
