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

7 lines
84 B
JavaScript
Raw Normal View History

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