ensure normal browser cache is busted for auth upgrade view

This commit is contained in:
Shannon
2014-08-26 09:39:07 +10:00
parent ada2492c44
commit 2f2d55e24f

View File

@@ -55,7 +55,7 @@
@*And finally we can load in our angular app*@
<script type="text/javascript" src="lib/lazyload/lazyload.min.js"></script>
<script type="text/javascript" src="@Url.Action("Application", "BackOffice")"></script>
<script type="text/javascript" src="@Url.GetUrlWithCacheBust("Application", "BackOffice")"></script>
</body>
</html>