Files
stf-DeviceFarmer/res/app/components/stf/text-history/text-history-directive.js
2015-10-16 18:25:32 +09:00

13 lines
267 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 () {
}
}
}