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