mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Added help icon.
This commit is contained in:
parent
e66e64d4fd
commit
3811275694
7 changed files with 23 additions and 6 deletions
|
@ -0,0 +1,13 @@
|
|||
require('./help-icon.css')
|
||||
|
||||
module.exports = function clearButtonDirective() {
|
||||
return {
|
||||
restrict: 'EA',
|
||||
replace: true,
|
||||
scope: {
|
||||
topic: '@',
|
||||
tooltip: '@'
|
||||
},
|
||||
template: require('./help-icon.jade')
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue