diff --git a/html5/verto/verto_communicator/js/controllers.js b/html5/verto/verto_communicator/js/controllers.js index 4a09295e33..4a1c6c889d 100644 --- a/html5/verto/verto_communicator/js/controllers.js +++ b/html5/verto/verto_communicator/js/controllers.js @@ -653,9 +653,7 @@ vertoControllers.controller('ModalSettingsController', ['$scope', '$http', function($scope, $http, $location, $modalInstance, verto, storage) { console.debug('Executing ModalSettingsController.'); - $scope.verto = verto; - $scope.verto = angular.fromJson(storage.data.verto); $scope.storage = storage; $scope.ok = function() {