Hi Jayanta,
Sounds like a CORS <http://enable-cors.org/> issue to me. Have a look at the developer’s console, and see what the error is in there! probably there is something like this: Origin http://localhost:8080/demoApp/service/users is not allowed by Access-Control-Allow-Origin in there. If that is the case, you need to enable CORS on your server. not an AngularJS issue. Regards Sander -- 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/d/optout.
