Guides/Dashboards-v2.md
... ...
@@ -26,13 +26,11 @@ Izenda now offers its new Angular.js Dashboard Designer / Viewer with the platfo
26 26
1. Download the full MVC kit for 6.9
27 27
2. Copy the bin and resources from the kit downloaded into your project
28 28
3. Add: _Dashboards-New-Head-Angular, _Dashboards-New-Body-Angular and Dash files to Views/Reporting. Ensure they are included in the project.
29
-
30 29
4. Update the IzendaReportingController.cs to include
31 30
public ActionResult Dash() {
32 31
33 32
return View();
34 33
}
35
-
36 34
5. In the global, update the following: AdHocSettings.DashboardViewer = "Dash" and AdHocSettings.DashboardDesignerUrl = "Dash";
37 35
38 36
### Tips