From d698af153772ca4351ad3b23fbb987fc749890af Mon Sep 17 00:00:00 2001 From: zhangab Date: Wed, 18 Apr 2018 09:11:56 +0800 Subject: Fix Security/Vulnerability problems Change-Id: Ie0f2c9e0794941d9b9a7f00a6c3d349269d98ed1 Issue-ID: USECASEUI-104 Signed-off-by: zhangab --- .../scripts/controllers/modelpopupController.js | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 usecaseui-common/src/main/webapp/app/fusion/scripts/controllers/modelpopupController.js (limited to 'usecaseui-common/src/main/webapp/app/fusion/scripts/controllers/modelpopupController.js') diff --git a/usecaseui-common/src/main/webapp/app/fusion/scripts/controllers/modelpopupController.js b/usecaseui-common/src/main/webapp/app/fusion/scripts/controllers/modelpopupController.js deleted file mode 100644 index 48fbbc03..00000000 --- a/usecaseui-common/src/main/webapp/app/fusion/scripts/controllers/modelpopupController.js +++ /dev/null @@ -1,21 +0,0 @@ -var modalpopupController = function ($scope, $modalInstance, message){ - - $scope.message = message; - - - $scope.hello = function () { - $modalInstance.close($scope.digitPattern); - }; - $modalInstance.ok = function() { - //add the ok functionality - alert("Logout"); - }; - $modalInstance.cancel = function() { - //add the cancel functionality - alert("Keep Log in"); - }; - $modalInstance.cancelbutton = function() { - //add the cancel functionality - alert("Modal Waring popup close event"); - }; -} \ No newline at end of file -- cgit 1.2.3-korg