mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +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.
9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
module.exports = function clearButtonDirective() {
|
|
return {
|
|
restrict: 'EA',
|
|
replace: true,
|
|
scope: {},
|
|
template: require('./clear-button.jade')
|
|
}
|
|
}
|