How do I get StructureMap working with an AngularJs / MVC5 and WebApi2 web project
问题 So I have an AngularJs/MVC project with normal Controllers and decided to move more to an SPA app and add WebApi2 to pass data back to my UI instead of using MVC. In my Global.asax I had the following for my MVC project: DependencyResolver.SetResolver(new StructureMapDependencyResolver(container)); My WebApiController has a constructor with an IRepository to talk to the database and get some entities back. When my AngularJS web app makes a call to the controller the break points never hit and