mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53: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.
5 lines
173 B
JavaScript
5 lines
173 B
JavaScript
require('./nothing-to-show.css')
|
|
|
|
module.exports = angular.module('stf/common-ui/nothing-to-show', [])
|
|
.directive('nothingToShow', require('./nothing-to-show-directive'))
|