Files
stf-DeviceFarmer/res/app/components/stf/common-ui/tooltips/tooltips-directive.js
2014-04-01 22:04:36 +09:00

9 lines
136 B
JavaScript

module.exports = function tooltipsDirective() {
return {
restrict: 'A',
link: function (scope, element, attrs) {
}
}
}