blob: 907ea5d7a6a0fce6087ba574d572076ecc8973c5 [file] [log] [blame]
require('./remote-debug.css')
module.exports = angular.module('stf.remote-debug', [
require('gettext').name
])
.run(['$templateCache', function($templateCache) {
$templateCache.put(
'control-panes/advanced/remote-debug/remote-debug.jade',
require('./remote-debug.jade')
)
}])
.controller('RemoteDebugCtrl', require('./remote-debug-controller'))