mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00

-Added filter button directive. -Moved the UI stuff to stf/common-ui. -Added optional filtering to Details. -Sync active tabs to local forage. -Device List status filters by usability. -Removed 750ms delay from filtering.
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
module.exports = function clearButtonDirective() {
|
|
return {
|
|
restrict: 'EA',
|
|
replace: true,
|
|
scope: {},
|
|
template: require('./clear-button.jade')
|
|
}
|
|
}
|