Files
stf-DeviceFarmer/res/app/components/stf/common-ui/tooltips/tooltips-directive.js
2014-09-02 17:25:22 +09:00

8 lines
114 B
JavaScript

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