Underlay added
[honeycomb.git] / vbd / gui / module / src / main / resources / vpp / controllers / inventory.controller.js
index b179753..6d994c1 100644 (file)
@@ -20,7 +20,7 @@ define(['app/vpp/vpp.module'], function(vpp) {
                         $scope.vppList = data;
                         $scope.displayVppList = [].concat($scope.vppList);
                         dataService.vpps = $scope.vppList;
-console.log($scope.vppList);
+
                         $scope.$broadcast('RELOAD_VPP_TABLE');
 
                         //for vppList access in BDM
@@ -69,7 +69,7 @@ console.log($scope.vppList);
                     controllerAs: 'NewVppDialogCtrl',
                     templateUrl: $scope.view_path + 'new-vpp-dialog.html',
                     parent: angular.element(document.body),
-                    clickOutsideToClose:true
+                    clickOutsideToClose:false
                 })
             };