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

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