Fix view routing paths
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/3885da06 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/3885da06 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/3885da06 Branch: refs/heads/master Commit: 3885da06ffb9a3041cdd6317466f5d0466fd4b32 Parents: 2cf30a4 Author: Michael Joyce <[email protected]> Authored: Wed Jul 16 16:37:49 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Wed Jul 16 16:37:49 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend-new/app/scripts/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/3885da06/ocw-ui/frontend-new/app/scripts/app.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/app.js b/ocw-ui/frontend-new/app/scripts/app.js index ca830dd..6b90ff8 100644 --- a/ocw-ui/frontend-new/app/scripts/app.js +++ b/ocw-ui/frontend-new/app/scripts/app.js @@ -44,14 +44,14 @@ angular .state('results.list', { // parent: 'results', url: '', - templateUrl: 'views/results.list.html', + templateUrl: 'views/resultslist.html', }) .state('results.detail', { // parent: 'results', url: '/{resultId}', views: { '': { - templateUrl: 'views/results.detail.html', + templateUrl: 'views/resultsdetail.html', controller: 'ResultDetailCtrl' }, 'menu': {
