From e2b1d9e994e50bcd01d237302a3357bc7ebb6fa5 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 24 Jan 2012 22:42:33 -0800 Subject: feat(scriptTemplateLoader): provide template inlining populates $templateCache with content of ng-template scripts --- src/AngularPublic.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AngularPublic.js') 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, -- cgit v1.2.3