UI Feature flagging support
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / controller / VidApp.js
index 6129fd9..e30bd38 100755 (executable)
                  controller: 'ServiceProxyConfigController',\r
                  templateUrl: 'app/vid/scripts/view-models/serviceProxyConfig.htm'\r
            })\r
+         .when('/servicePlanning', {\r
+                 controller: 'iframeController',\r
+                 templateUrl: 'app/vid/scripts/view-models/iframe.htm'\r
+         })\r
+           .when('/instantiationStatus', {\r
+               controller: 'iframeController',\r
+                       templateUrl: 'app/vid/scripts/view-models/iframe.htm'\r
+           })\r
         .otherwise({\r
                redirectTo: '/models/services'\r
         });\r