Files
stf-DeviceFarmer/res/app/components/stf/common-ui/table/index.js
Gunther Brunner e1feb20df6 -Adding table ui for styling with style.
-Added device.update event so the table can reload it's data (watch would be an overkill).
2014-03-24 18:20:31 +09:00

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'
])