From 0609453e1f9ae074f8d786df903096a6eadb6aa0 Mon Sep 17 00:00:00 2001 From: Sekib Omazic Date: Fri, 28 Feb 2014 12:39:10 +0100 Subject: fix(style): expressions in style tags Enable data-binding for style tags. Note: this feature does not work on IE8. Closes #2387 Closes #6492 --- src/ng/directive/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ng/directive/style.js b/src/ng/directive/style.js index 68ea1465..1e700aab 100644 --- a/src/ng/directive/style.js +++ b/src/ng/directive/style.js @@ -2,5 +2,5 @@ var styleDirective = valueFn({ restrict: 'E', - terminal: true + terminal: false }); -- cgit v1.2.3