1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00
OpenSTF/res/app/components/stf/common-ui/index.js
Gunther Brunner e1feb20df6 -Adding table ui for styling with style.
-Added device.update event so the table can reload it's data (watch would be an overkill).
2014-03-24 18:20:31 +09:00

6 lines
No EOL
185 B
JavaScript

module.exports = angular.module('stf/common-ui', [
require('./clear-button').name,
require('./filter-button').name,
require('./nothing-to-show').name,
require('./table').name
])