Rework UI
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / CldsOpenModelCtrl.js
index 0e3fce9..2d76dc3 100644 (file)
@@ -42,7 +42,7 @@ function($scope, $rootScope, $modalInstance, $window, $uibModalInstance, cldsMod
        cldsModelService.getSavedModel().then(function(pars) {
                $scope.modelNamel = []
                for (var i = 0; i < pars.length; i++) {
-                       $scope.modelNamel.push(pars[i].value);
+                       $scope.modelNamel.push(pars[i]);
                }
                setTimeout(function() {
                        setMultiSelect();