mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-24 23:05:22 +02:00
Adding new Settings shortcuts.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//input.form-control(type='text', placeholder='', ng-model='selectedAction',
|
||||
// typeahead='action for action in activityActions')
|
||||
|
||||
module.exports = function textHistoryDirective() {
|
||||
return {
|
||||
restrict: 'A',
|
||||
template: ''
|
||||
link: function (scope, element, attrs) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user