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