Fix view routing in datasetselect ctrl

Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/2cf30a41
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/2cf30a41
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/2cf30a41

Branch: refs/heads/master
Commit: 2cf30a411fa9528c87aa56065b7b482745195f18
Parents: 16027a2
Author: Michael Joyce <[email protected]>
Authored: Wed Jul 16 16:37:17 2014 -0700
Committer: Michael Joyce <[email protected]>
Committed: Wed Jul 16 16:37:17 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/scripts/controllers/datasetselect.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/2cf30a41/ocw-ui/frontend-new/app/scripts/controllers/datasetselect.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/scripts/controllers/datasetselect.js 
b/ocw-ui/frontend-new/app/scripts/controllers/datasetselect.js
index 22505f9..b59cc5a 100644
--- a/ocw-ui/frontend-new/app/scripts/controllers/datasetselect.js
+++ b/ocw-ui/frontend-new/app/scripts/controllers/datasetselect.js
@@ -35,8 +35,8 @@ angular.module('ocwUiApp')
       };
 
       $scope.templates = [
-        {title:'Local File', url: 'views/selectObservation.html'},
-        {title:'RCMED', url: 'views/selectRcmed.html'},
+        {title:'Local File', url: 'views/selectobservation.html'},
+        {title:'RCMED', url: 'views/selectrcmed.html'},
         {title:'ESG', disabled: true}
       ];
 

Reply via email to