Changeset 420 for Dev/branches/rest-dojo-ui/client/qed/routes.js
- Timestamp:
- 12/16/12 20:07:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/qed/routes.js
r407 r420 5 5 './pages/surveys', 6 6 './pages/survey', 7 './pages/surveyRun', 7 8 './pages/sessions', 8 9 './pages/session', 9 './pages/ viewSurvey'10 ],function(index,questions,question,surveys,survey,s essions,session,viewSurvey){10 './pages/previewSurvey' 11 ],function(index,questions,question,surveys,survey,surveyRun,sessions,session,previewSurvey){ 11 12 12 13 return [ … … 17 18 { path: "/surveys", constructor: surveys }, 18 19 { path: "/survey/:surveyId", constructor: survey }, 19 { path: "/sessions", constructor: sessions }, 20 { path: "/session/:sessionId", constructor: session }, 21 { path: "/viewSurvey/:surveyId", constructor: viewSurvey } 20 { path: "/surveyRun/:surveyRunId", constructor: surveyRun }, 21 //{ path: "/sessions", constructor: sessions }, 22 //{ path: "/session/:sessionId", constructor: session }, 23 { path: "/previewSurvey/:surveyId", constructor: previewSurvey } 22 24 ]; 23 25
Note: See TracChangeset
for help on using the changeset viewer.