$templateCache
Improve this Doc View Source $templateCache
- service in module ng
The first time a template is used, it is loaded in the template cache for quick retrieval. You can load templates directly into the cache in a script
tag, or by consuming the $templateCache
service directly.
Adding via