mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 22:05:21 +02:00
Added Remote Debug UI.
This commit is contained in:
@@ -3,4 +3,10 @@ require('./remote-debug.css')
|
||||
module.exports = angular.module('stf.remote-debug', [
|
||||
|
||||
])
|
||||
.run(["$templateCache", function ($templateCache) {
|
||||
$templateCache.put(
|
||||
'control-panes/advanced/remote-debug/remote-debug.jade',
|
||||
require('./remote-debug.jade')
|
||||
)
|
||||
}])
|
||||
.controller('RemoteDebugCtrl', require('./remote-debug-controller'))
|
||||
|
||||
Reference in New Issue
Block a user