Hi, I am creating an AngularJS application with MVC 4.
when my url is localhost:3222//Home/index at that time i invoke a getall() method to load the data. and my getall() method present in Home Controller at that time $hhtp.get url equal to localhost:3222\\Home\Index\Getall and i get error http 500.(method not found) to get correct result $hhtp.get url equal to localhost:3222\\Home\Getall How to resolve this problem please any body knows any solution inform me i am in implementation phase and facing lot of struggle -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
