fixes error about config not being an object
parent
cadb780b11
commit
7858c0053f
|
@ -1,7 +1,7 @@
|
|||
registerController('meterpreterCtrl', ['$api', '$scope', function($api, $scope) {
|
||||
$scope.running = false
|
||||
$scope.enabled = false
|
||||
$scope.config = ""
|
||||
$scope.config = {}
|
||||
getState()
|
||||
|
||||
$scope.startMeterpreter = function () {
|
||||
|
|
Loading…
Reference in New Issue