From 8133c95e4a8364903f94141e4408ab8174cabe52 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Fri, 1 Mar 2019 12:18:26 +0100 Subject: aaiSubscriberController Test Change-Id: I1e1b120d43e295e375626f125b8a24c4ae92b952 Issue-ID: VID-387 Signed-off-by: Bartosz Gardziejewski --- .../main/webapp/app/vid/scripts/controller/aaiSubscriberController.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js') diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js b/vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js index 05a6cde31..16ec01dfd 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js @@ -55,13 +55,11 @@ appDS2.controller("aaiSubscriberController", ["COMPONENT", "FIELD", "PARAMETER", $scope.init(); $scope.fetchSubs(FIELD.PROMPT.FETCHING_SUBS); $scope.fetchServices(); - }; $scope.cancelCreateSI = function () { window.location.href = COMPONENT.WELCOME_PATH; - }; $scope.getServiceTypes = function (globalCustomerId) { -- cgit 1.2.3-korg