mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
-Added device.update event so the table can reload it's data (watch would be an overkill).
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
require('./table.css')
|
|
require('script!ng-table/ng-table')
|
|
//require('ng-table/ng-table.css')
|
|
|
|
module.exports = angular.module('stf/common-ui/table', [
|
|
'ngTable'
|
|
])
|