Ok i'm sure it's a typo in your post but it's not `$hhtp` but `$http`. Second, why 2 slashes '/' or backslashes '\' after port? it should be only one right?
El lunes, 8 de febrero de 2016, 22:00:53 (UTC-5), [email protected] escribió: > > 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.
