mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Adding remote debug.
For some reason ng-table is loosing the header.
This commit is contained in:
6
res/app/control-panes/advanced/remote-debug/index.js
Normal file
6
res/app/control-panes/advanced/remote-debug/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
require('./remote-debug.css')
|
||||
|
||||
module.exports = angular.module('stf.remote-debug', [
|
||||
|
||||
])
|
||||
.controller('RemoteDebugCtrl', require('./remote-debug-controller'))
|
||||
Reference in New Issue
Block a user