Tagged Questions
1
vote
0answers
31 views
How to use ASP.NET MVC and AngularJS routing?
I’m working on a new ASP.NET MVC and AngularJS application that is intended to be a collection of SPAs. I’m using the MVC areas concept to separate each individual SPA, and then I’m using AngularJS ...
1
vote
2answers
418 views
AngularJS + ASP.NET MVC - Can you use both under “/”?
I want to serve my AngularJS SPA from "/" and for that reason I have disabled default route and am using
// this action does not 'fire' due to Angular's routing...
routes.MapRoute(
...
0
votes
0answers
379 views
AngularJS routing failure
Please can someone tell me why the Views are not being inserted into the ng-view placeholder?
I'm using the standard Visual Studio MVC project template with a HomeController and all my .cshtml files ...