Fix view routing in DatasetSelectCtrl
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/5374adb6 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/5374adb6 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/5374adb6 Branch: refs/heads/master Commit: 5374adb6f4c00c586d1dd87be191cd3acb6df10d Parents: e8bd4e7 Author: Michael Joyce <[email protected]> Authored: Wed Jul 16 16:15:13 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Wed Jul 16 16:15:13 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/5374adb6/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 41f608f..22505f9 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: 'partials/selectObservation.html'}, - {title:'RCMED', url: 'partials/selectRcmed.html'}, + {title:'Local File', url: 'views/selectObservation.html'}, + {title:'RCMED', url: 'views/selectRcmed.html'}, {title:'ESG', disabled: true} ];
