1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00
OpenSTF/res/app/components/stf/common-ui/table/index.js
2015-08-31 15:58:32 +09:00

6 lines
137 B
JavaScript

require('./table.css')
require('script!ng-table/dist/ng-table')
module.exports = angular.module('stf/common-ui/table', [
'ngTable'
])