try-catch-FAIL | Passing Data to Angular from ASP.NET MVC Views

added by Matt Honeycutt
1/30/2015 7:41:46 PM

448 Views

Angular is a great tool for enriching an ASP.NET MVC application, but you must bridge the gap between your client-side code and your server-side code in order to use it effectively. In this post, I'll show you a couple of ways that you can pass data from your Razor views to your AngularJS components.


0 comments