mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:43:45 +02:00
-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:
7
res/app/components/stf/common-ui/table/index.js
Normal file
7
res/app/components/stf/common-ui/table/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
require('./table.css')
|
||||
require('script!ng-table/ng-table')
|
||||
//require('ng-table/ng-table.css')
|
||||
|
||||
module.exports = angular.module('stf/common-ui/table', [
|
||||
'ngTable'
|
||||
])
|
||||
Reference in New Issue
Block a user