aboutsummaryrefslogtreecommitdiffstats
path: root/src/directive/style.js
blob: 68ea1465f109c2e527c76454dc5159a4bab71083 (plain)
1
2
3
4
5
6
'use strict';

var styleDirective = valueFn({
  restrict: 'E',
  terminal: true
});