1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00
OpenSTF/res/web_modules/epoch/index.js
Gunther Brunner b8b293d18a Update bower dependencies.
Update to latest bootstrap-ui 1.0.3.
Change Wifi settings button and behaviour of several tooltips accordingly.
Remove collapse elements since the animation breaks.
2016-01-14 20:48:38 +09:00

10 lines
172 B
JavaScript

require('jquery')
require('d3')
require('epoch/dist/css/epoch.min.css')
require('epoch/dist/js/epoch.min.js')
require('ng-epoch')
module.exports = {
name: 'ng.epoch'
}