aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
diff options
context:
space:
mode:
authorMisko Hevery2012-01-24 22:42:33 -0800
committerMisko Hevery2012-01-25 11:50:37 -0800
commite2b1d9e994e50bcd01d237302a3357bc7ebb6fa5 (patch)
treea49246c84ba1dc0c34525fbe9819d5f649282be5 /src/AngularPublic.js
parent9ee2cdff44e7d496774b340de816344126c457b3 (diff)
downloadangular.js-e2b1d9e994e50bcd01d237302a3357bc7ebb6fa5.tar.bz2
feat(scriptTemplateLoader): provide template inlining
populates $templateCache with content of ng-template scripts
Diffstat (limited to 'src/AngularPublic.js')
-rw-r--r--src/AngularPublic.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index 516bbad4..d052c35b 100644
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -69,6 +69,7 @@ function publishExternalAPI(angular){
input: inputDirective,
textarea: inputDirective,
form: ngFormDirective,
+ script: scriptTemplateLoader,
select: selectDirective,
option: optionDirective,
ngBind: ngBindDirective,