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