diff options
| author | Sekib Omazic | 2014-02-28 12:39:10 +0100 | 
|---|---|---|
| committer | Igor Minar | 2014-03-06 02:19:30 -0800 | 
| commit | 0609453e1f9ae074f8d786df903096a6eadb6aa0 (patch) | |
| tree | 757c5603929cb7931f7b08657446f89471ab1f38 /src | |
| parent | 7682e5747a889d7818f5ce9ebb2bdb8bf3897c34 (diff) | |
| download | angular.js-0609453e1f9ae074f8d786df903096a6eadb6aa0.tar.bz2 | |
fix(style): expressions in style tags
Enable data-binding for style tags.
Note: this feature does not work on IE8.
Closes #2387
Closes #6492
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/directive/style.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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  }); | 
