@model EnVisage.Models.ViewBoardModel @using EnVisage.Code @{ ViewBag.Title = "Department Dashboard"; } @section stylesheets { } @section scripts { @Scripts.Render("~/bundles/angular-app-modules") }