org.onap migration
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / controller / VidApp.js
index b611def..6129fd9 100755 (executable)
@@ -20,7 +20,7 @@
 \r
 (function () {\r
   'use strict';\r
-  \r
+\r
   appDS2.config(['$routeProvider', '$locationProvider', function ($routeProvider) {\r
       $routeProvider\r
         .when('/models/services', {\r
           templateUrl: 'app/vid/scripts/view-models/createInstanceServiceModels.htm'\r
         })\r
         .when('/instances/services', {\r
-               templateUrl : "app/vid/scripts/view-models/aaiGetSubs.htm", \r
+               templateUrl : "app/vid/scripts/view-models/aaiGetSubs.htm",\r
                controller : "aaiSubscriberController"\r
         })\r
         .when('/instances/subscribers', {\r
-               templateUrl : "app/vid/scripts/view-models/aaiGetSubscriberList.htm", \r
+               templateUrl : "app/vid/scripts/view-models/aaiGetSubscriberList.htm",\r
                controller : "aaiSubscriberController"\r
         })\r
         .when('/instances/serviceTypes', {\r
-               templateUrl : "app/vid/scripts/view-models/aaiServiceTypes.htm", \r
+               templateUrl : "app/vid/scripts/view-models/aaiServiceTypes.htm",\r
                controller : "aaiSubscriberController"\r
         })\r
         .when('/instances/subdetails', {\r
-               templateUrl : "app/vid/scripts/view-models/aaiSubDetails.htm", \r
+               templateUrl : "app/vid/scripts/view-models/aaiSubDetails.htm",\r
                controller : "aaiSubscriberController"\r
         })\r
                .when('/change-management', {\r
               templateUrl : "app/vid/scripts/view-models/change-management.html",\r
               controller : "changeManagementController",\r
                          controllerAs: 'vm'\r
-          })\r
+               })\r
+               .when('/testEnvironments', {\r
+              templateUrl : "app/vid/scripts/view-models/testEnvironments.htm",\r
+              controller : "testEnvironmentsController",\r
+              controllerAs: 'vm'\r
+               })\r
         .when('/instantiate', {\r
           controller: 'InstantiationController',\r
           templateUrl: 'app/vid/scripts/view-models/instantiate.htm'\r
         })\r
+           .when('/addNetworkNode', {\r
+                 controller: 'AddNetworkNodeController',\r
+                 templateUrl: 'app/vid/scripts/view-models/addNetworkNode.htm'\r
+               })\r
+        .when('/pnfSearchAssociation', {\r
+                       controller: 'pnfSearchAssociationController',\r
+                       templateUrl: 'app/vid/scripts/view-models/pnfSearchAssociation.htm'\r
+         })\r
+           .when('/serviceProxyConfig', {\r
+                 controller: 'ServiceProxyConfigController',\r
+                 templateUrl: 'app/vid/scripts/view-models/serviceProxyConfig.htm'\r
+           })\r
         .otherwise({\r
                redirectTo: '/models/services'\r
         });\r