mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Added help icon.
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user