Showing posts with label asp.net-mvc. Show all posts
Showing posts with label asp.net-mvc. Show all posts

28 January 2016

Angular 1.5 nested views with ASP.NET MVC

This tutorial from Miguel Castro demonstrates a way to create single-page application (SPA) silos in ASP.NET MVC using its server-side routing, and merging that with Angular ng-view directive and routing to simulate nested views.