I'm learning AngularJS and playing with mixing it with ASP.Net MVC. I'm wondering, should I still pass model from MVC controller to the View and then load it to Angular model? Or should I just open View without model and request data needed by $http by AngularJS? What is the preferable approach? I'm learning AngularJS and playing with mixing