fixes error about config not being an object

pull/64/head
Alex Flores 2019-06-19 10:09:38 -04:00
parent cadb780b11
commit 7858c0053f
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {