blob: d0b183cfac41a8b8b94c600d13a4e36b42bfeb49 [file] [log] [blame]
//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() {
}
}
}