mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 08:15:19 +02:00
-Added device.update event so the table can reload it's data (watch would be an overkill).
6 lines
185 B
JavaScript
6 lines
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
|
|
]) |