diff options
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  }); | 
