angular.js/src/ng/directive/style.js

6 lines
84 B
JavaScript

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