mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
module.exports = function tooltipsDirective() {
|
|
return {
|
|
restrict: 'A',
|
|
link: function() {
|
|
}
|
|
}
|
|
}
|