FS-7992 - Verto Communicator - Fixing device list at settings.

This commit is contained in:
Italo Rossi 2015-08-20 17:10:07 -03:00
parent ebff42790f
commit bd48aced25
1 changed files with 0 additions and 2 deletions

View File

@ -653,9 +653,7 @@ vertoControllers.controller('ModalSettingsController', ['$scope', '$http',
function($scope, $http, $location, $modalInstance, verto, storage) { function($scope, $http, $location, $modalInstance, verto, storage) {
console.debug('Executing ModalSettingsController.'); console.debug('Executing ModalSettingsController.');
$scope.verto = verto; $scope.verto = verto;
$scope.verto = angular.fromJson(storage.data.verto);
$scope.storage = storage; $scope.storage = storage;
$scope.ok = function() { $scope.ok = function() {