1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00
OpenSTF/res/app/components/stf/text-history/text-history-directive.js
2014-05-28 16:45:37 +09:00

12 lines
288 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) {
}
}
}