mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00

-Added device.update event so the table can reload it's data (watch would be an overkill).
6 lines
No EOL
185 B
JavaScript
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
|
|
]) |