/dashboardOld/:action
- controller: „dashboardListCtrl“,
- templateUrl: appPath + „/templates/dashboard.tpl.html“,
- resolve: securityAuthorizationProvider.requireAuthenticatedUser
/dashboardKeep/:action
- controller: „dashboardList2Ctrl“,
- templateUrl: appPath + „/app/partials/viewDashboard02.tpl.html“,
- resolve: securityAuthorizationProvider.requireAuthenticatedUser
/dashboard/:action
- controller: „dashboardList3Ctrl“,
- templateUrl: appPath + „/app/partials/viewDashboard03.tpl.html“,
- resolve: securityAuthorizationProvider.requireAuthenticatedUser
/dashboard
- redirectTo: „/dashboard/default“
/document/:id
/fis/actionDrilldownChart
- controller: „fisActionDrilldownChartCtrl“
- /templates/fis.drilldownchart.tpl.html
- Resove: chartOptionsService.getChartOptions()
/fis/actionDrilldownChart/detail/:report
- controller: „fisActionDrilldownChartCtrl“,
- templateUrl: appPath + „/templates/fis.drilldownchart.tpl.html“,
- resolve: securityAuthorizationProvider.requireAuthenticatedUser
/user/rdokument/dashboard
- controller: „rdokumentListCtrl“,
- templateUrl: appPath + „/templates/rdokument.filtered.tpl.html“,
- resolve: securityAuthorizationProvider.requireAuthenticatedUser
/user/rdokument/user
- controller: „rdokumentListCtrl“,
- templateUrl: appPath + „/templates/rdokument.filtered.tpl.html“,
- resolve: securityAuthorizationProvider.requireAuthenticatedUser
/user/rdokument/admin
- controller: „rdokumentListCtrl“,
- templateUrl: appPath + „/templates/rdokumentDash.tpl.html“,
- resolve: securityAuthorizationProvider.requireAuthenticatedUser
/user/rdokument/delete
- controller: „rdokumentDeleteCtrl“,
- templateUrl: appPath + „/templates/rdokument.tpl.html“,
- resolve: securityAuthorizationProvider.requireAuthenticatedUser