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