script (directive in module ng )

Improve this doc

Description

Load content of a script tag, with type text/ng-template, into $templateCache, so that the template can be used by ngInclude, ngView or directive templates.

Usage

This directive can be used as custom element, but we aware of IE restrictions.

as element:
<script
       type="text/ng-template">
</script>

Parameters

Example

Source




  Load inlined template
  


Demo