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
+5 -6
View File
@@ -1,11 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
using LeafWeb.Web.App_Start;
namespace Web
namespace LeafWeb.Web
{
public class MvcApplication : System.Web.HttpApplication
{
@@ -13,6 +11,7 @@ namespace Web
{
AreaRegistration.RegisterAllAreas();
RouteConfig.RegisterRoutes(RouteTable.Routes);
BundleConfig.RegisterBundles(BundleTable.Bundles);
}
}
}