UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / src / main / webapp / app / AECBlueprintValidationUI / NewSubmission / Route.js
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.akraino.validation.ui.common;
 
-import org.springframework.context.ApplicationListener;
-import org.springframework.context.event.ContextRefreshedEvent;
-import org.springframework.stereotype.Component;
+appDS2
+        .config(function($routeProvider) {
+            $routeProvider
 
-@Component
-public class ServiceInitializationListener implements ApplicationListener<ContextRefreshedEvent> {
-
-    @Override
-    public void onApplicationEvent(ContextRefreshedEvent event) {
-
-    }
-
-}
+                    .otherwise({
+                        templateUrl : 'app/AECBlueprintValidationUI/NewSubmission/NewSubmissionTemplate.html',
+                        controller : "AECNewSubmissionController"
+                    });
+        });
\ No newline at end of file