Files
stf-DeviceFarmer/res/app/components/stf/text-history/text-history-directive.js
2016-01-19 23:08:33 +09:00

13 lines
266 B
JavaScript

//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() {
}
}
}