mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
fixes error about config not being an object
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
registerController('meterpreterCtrl', ['$api', '$scope', function($api, $scope) {
|
registerController('meterpreterCtrl', ['$api', '$scope', function($api, $scope) {
|
||||||
$scope.running = false
|
$scope.running = false
|
||||||
$scope.enabled = false
|
$scope.enabled = false
|
||||||
$scope.config = ""
|
$scope.config = {}
|
||||||
getState()
|
getState()
|
||||||
|
|
||||||
$scope.startMeterpreter = function () {
|
$scope.startMeterpreter = function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user