diff options
Diffstat (limited to 'src/directive/style.js')
| -rw-r--r-- | src/directive/style.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/directive/style.js b/src/directive/style.js new file mode 100644 index 00000000..68ea1465 --- /dev/null +++ b/src/directive/style.js @@ -0,0 +1,6 @@ +'use strict'; + +var styleDirective = valueFn({ + restrict: 'E', + terminal: true +}); |
