blob: d00568225a7f116676716806ce7fb4db0e0a9505 [file] [log] [blame]
module.exports = function tooltipsDirective() {
return {
restrict: 'A',
link: function() {
}
}
}