-Adding table ui for styling with style.

-Added device.update event so the table can reload it's data (watch would be an overkill).
This commit is contained in:
Gunther Brunner
2014-03-24 18:20:31 +09:00
parent 4910314342
commit e1feb20df6
6 changed files with 170 additions and 7 deletions

View File

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