From d656d11489a0dbce0f549b20006052b215c4b500 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Tue, 28 Feb 2012 14:43:37 -0800 Subject: feat(directive.style): Do not compile content of style element --- 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 a317d4dd..d1ae4a18 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -71,6 +71,7 @@ function publishExternalAPI(angular){ form: ngFormDirective, script: scriptTemplateLoader, select: selectDirective, + style: styleDirective, option: optionDirective, ngBind: ngBindDirective, ngBindHtml: ngBindHtmlDirective, -- cgit v1.2.3