mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-21 00:40:24 +00:00
docs(directive.script): Subtle update to API docs
This commit is contained in:
parent
d656d11489
commit
e23fa768aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue