From e23fa768aaf6d1d966c335979fe8316330c2fe28 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Tue, 28 Feb 2012 17:41:37 -0800 Subject: docs(directive.script): Subtle update to API docs --- src/widgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3