diff --git a/src/Umbraco.Web.UI/umbraco/Views/Default.cshtml b/src/Umbraco.Web.UI/umbraco/Views/Default.cshtml index abf486ce9b..3ab5f13009 100644 --- a/src/Umbraco.Web.UI/umbraco/Views/Default.cshtml +++ b/src/Umbraco.Web.UI/umbraco/Views/Default.cshtml @@ -1,19 +1,10 @@ -@using System.Collections -@using System.Net.Http -@using System.Web.Mvc.Html -@using Umbraco.Core +@using Umbraco.Core @using ClientDependency.Core @using ClientDependency.Core.Mvc -@using Microsoft.Owin.Security -@using Newtonsoft.Json -@using Newtonsoft.Json.Linq @using Umbraco.Core.IO @using Umbraco.Web -@using Umbraco.Web.Editors @using umbraco - @inherits System.Web.Mvc.WebViewPage - @{ var isDebug = false; if (Request.RawUrl.IndexOf('?') >= 0) @@ -32,9 +23,7 @@ .RequiresCss("lib/bootstrap-social/bootstrap-social.css", "Umbraco") .RequiresCss("lib/font-awesome/css/font-awesome.min.css", "Umbraco"); } - - @@ -54,10 +43,10 @@
- + - +
- +
document.angularReady = function(app) { - @Html.AngularValueExternalLoginInfoScript((IEnumerable)ViewBag.ExternalSignInError) @Html.AngularValueResetPasswordCodeInfoScript(ViewData["PasswordResetCode"]) } - - @*And finally we can load in our angular app*@ @@ -118,6 +104,5 @@ @Html.RenderProfiler() } -