mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
9 lines
136 B
JavaScript
9 lines
136 B
JavaScript
module.exports = function tooltipsDirective() {
|
|
return {
|
|
restrict: 'A',
|
|
link: function (scope, element, attrs) {
|
|
|
|
}
|
|
}
|
|
}
|