mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-10 10:01:00 +00:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
'use strict';
|
|
|
|
var styleDirective = valueFn({
|
|
restrict: 'E',
|
|
terminal: true
|
|
});
|