Add angularjs

This commit is contained in:
2015-11-20 11:39:59 -05:00
parent 1fb73b9f76
commit efcff634a5
14 changed files with 31806 additions and 45 deletions
+4 -6
View File
@@ -1,11 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Mileage Traker - ETHRA - @ViewBag.Title</title>
<title>LeafWeb - @ViewBag.Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="@Url.Content("~/Content/bootstrap.min.css")" rel="stylesheet" type="text/css" />
<link href="@Url.Content("~/Content/bootstrap-responsive.min.css")" rel="stylesheet" type="text/css" />
<link href="@Url.Content("~/Content/LeafWeb.css")" rel="stylesheet" type="text/css" />
@Styles.Render("~/Content/css")
@RenderSection("Styles", false)
</head>
<body>
@@ -69,8 +67,8 @@
LeafWeb &copy; 2015 ORNL
</footer>
<script src="@Url.Content("~/Scripts/jquery-1.9.1.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/bootstrap.min.js")" type="text/javascript"></script>
@Scripts.Render("~/bundles/jquery")
@Scripts.Render("~/bundles/bootstrap")
@RenderSection("Scripts", false)
</body>
</html>
+2 -1
View File
@@ -16,7 +16,8 @@
<add namespace="System.Web.Mvc.Ajax" />
<add namespace="System.Web.Mvc.Html" />
<add namespace="System.Web.Routing" />
<add namespace="Web" />
<add namespace="System.Web.Optimization"/>
<add namespace="LeafWeb.Web" />
</namespaces>
</pages>
</system.web.webPages.razor>