Files
stf-DeviceFarmer/res/app/components/stf/common-ui/nothing-to-show/index.js
Gunther Brunner 9d2a367e7c -Added clear button directive.
-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.
2014-03-20 21:30:55 +09:00

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'))