Files
stf-DeviceFarmer/res/app/components/stf/common-ui/tooltips/tooltips-directive.js
2016-01-19 23:08:33 +09:00

8 lines
113 B
JavaScript

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