fixes error about config not being an object

This commit is contained in:
Alex Flores
2019-06-19 10:09:38 -04:00
parent cadb780b11
commit 7858c0053f

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