mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
module.exports = function tooltipsDirective() {
|
|
return {
|
|
restrict: 'A',
|
|
link: function() {
|
|
}
|
|
}
|
|
}
|