Yes.Mauro,

For Login we used MVC$ structure and after that we call the MVC view using
Home Controller and Index view. So, I have a question We want to make
Index.cshtml  as SPA . and for this I have added no. of html pages in Home
folder of View . But the Url searched by angular
localhost:23454/Home/View/Index.html and ,when I see it using firebug.
error what I found i.e. http 404 not found.



we have used two controller in angularjs to load these two Html pages.
Inew.html and List.html


On Sat, Jan 25, 2014 at 12:15 AM, Mauro Servienti <[email protected]> wrote:

>    I am new to AngularJs .and working on project.
> We have used Mvc4 with WebApi  and  We made Login using simple mvc4
> structure but after login .we call http://localhost:23434/Home/Index.
> and on Index page we want to implement SPA using AngularJs  but I am
> facing problem with routing because it is not taking the Html page via
> controller.
> where can i add Html page for making the routing  properly.
>
>
>  Would mind diving a bit more into the issue? Because I'm using the same
> backend stack with no problems at all.
> I'm putting my AngularJS markup into the Views/Index.cshtml razor view.
> What do you mean by "it is not taking the Html page via controller"?
>
>  .m
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "AngularJS" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/angular/43Rh4LjFTJg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to