Auto complete for FluxnetSite
This commit is contained in:
@@ -31,13 +31,14 @@ namespace LeafWeb.Web.App_Start
|
||||
.Include("~/scripts/angular.js")
|
||||
.Include("~/scripts/angular-*"));
|
||||
|
||||
bundles.Add(new ScriptBundle("~/bundles/app")
|
||||
.Include("~/scripts/App.js"));
|
||||
bundles.Add(new ScriptBundle("~/bundles/autocomplete")
|
||||
.Include("~/scripts/jquery.autocomplete.js"));
|
||||
|
||||
bundles.Add(new StyleBundle("~/bundles/css").Include(
|
||||
"~/Content/bootstrap.css",
|
||||
"~/Content/site.css"
|
||||
));
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user