8fffdd986a6e30c4c26d66e9342d44486eeb2654
Guides/Dashboards-v2.md
| ... | ... | @@ -26,11 +26,13 @@ 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 | + |
|
| 29 | 30 | 4. Update the IzendaReportingController.cs to include |
| 30 | 31 | public ActionResult Dash() { |
| 31 | 32 | |
| 32 | 33 | return View(); |
| 33 | 34 | } |
| 35 | + |
|
| 34 | 36 | 5. In the global, update the following: AdHocSettings.DashboardViewer = "Dash" and AdHocSettings.DashboardDesignerUrl = "Dash"; |
| 35 | 37 | |
| 36 | 38 | ### Tips |