Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e23fa76

Browse files
committed
docs(directive.script): Subtle update to API docs
1 parent d656d11 commit e23fa76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ var ngPluralizeDirective = ['$locale', '$interpolate', function($locale, $interp
787787
*
788788
* @description
789789
* Load content of a script tag, with type `text/ng-template`, into `$templateCache`, so that the
790-
* template can be used by `ng:include` or `ng:view`.
790+
* template can be used by `ng:include`, `ng:view` or directive templates.
791791
*
792792
* @example
793793
<doc:example>

0 commit comments

Comments
 (0)