diff options
| -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> | 
