@using System.Web.Mvc @using System.Web.Mvc.Html @using Umbraco.Core @using ClientDependency.Core @using ClientDependency.Core.Mvc @using Umbraco.Web @using Umbraco.Web.Editors @using umbraco @inherits System.Web.Mvc.WebViewPage @{ Layout = null; } Umbraco @*Because we're lazy loading angular js, the embedded cloak style will not be loaded initially, but we need it*@ @* These are the bare minimal server variables that are required for the application to start without being authenticated, we will load the rest of the server vars after the user is authenticated. *@ @*And finally we can load in our angular app*@