[UI] Support UI partial control
[validation.git] / ui / src / main / webapp / app / BluvalUI / GetByTimestamp / Route.js
@@ -17,9 +17,8 @@
 appDS2
         .config(function($routeProvider) {
             $routeProvider
-
                     .otherwise({
-                        templateUrl : 'app/AECBlueprintValidationUI/NewSubmission/NewSubmissionTemplate.html',
-                        controller : "AECNewSubmissionController"
+                        templateUrl : 'app/BluvalUI/GetByTimestamp/GetByTimestampTemplate.html',
+                        controller : "GetByTimestampController"
                     });
         });
\ No newline at end of file