Files
stf-DeviceFarmer/res/app/components/stf/text-history/text-history-directive.js
2014-05-22 23:23:39 +09:00

13 lines
287 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 (scope, element, attrs) {
}
}
}