Adding remote debug.

For some reason ng-table is loosing the header.
This commit is contained in:
Gunther Brunner
2014-06-20 20:36:21 +09:00
parent 7e7b52de7c
commit 905879235e
9 changed files with 95 additions and 61 deletions

View File

@@ -0,0 +1,6 @@
require('./remote-debug.css')
module.exports = angular.module('stf.remote-debug', [
])
.controller('RemoteDebugCtrl', require('./remote-debug-controller'))