提交 bd48aced authored 作者: Italo Rossi's avatar Italo Rossi

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

上级 ebff4279
......@@ -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() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论