#1190 routing improvements, bug fixes (#1193)

- split apps view and single app view to reflect Activiti UI
- dedicated route for each app tasks: /activiti/apps/:appId/tasks
- remove performance bottleneck for activiti demo (AfterViewChecked)
- load stencil controllers together with Tasks view (fixes #1190)
This commit is contained in:
Denys Vuika
2016-12-01 16:27:07 +00:00
committed by Eugenio Romano
parent 2f1cd2cc84
commit 294f7c0ec1
7 changed files with 74 additions and 54 deletions

View File

@@ -43,6 +43,7 @@ import {
SearchBarComponent,
LoginDemoComponent,
ActivitiDemoComponent,
ActivitiAppsView,
FormViewer,
WebscriptComponent,
TagComponent,
@@ -80,6 +81,7 @@ import {
SearchBarComponent,
LoginDemoComponent,
ActivitiDemoComponent,
ActivitiAppsView,
FormViewer,
WebscriptComponent,
TagComponent,