0

I am getting a JSON file from an URL which contains some movie data.

http://movieapp-sitepointdemos.rhcloud.com/api/movies

I have checked in Postman it works fine and showing data also. But when I try to show data on angular using ng-repeat it does not show.

Please check why data is not displaying on it.

Here is my plunker

1 Answer 1

2

thats because in your movies object contains only {"message":"Movie Added"} object

here you can see example, ive updated , ng-repeat works as expected in another batches object , and also you can see what you get from server at the first line

Sign up to request clarification or add additional context in comments.

9 Comments

but can you let me know how i can show all data not only message.
your json response only this data, you cant show another data because you receiving only {"message":"Movie Added"} after this request movieapp-sitepointdemos.rhcloud.com/api/movies
yes batches work fine but i need to display all movies data not only message how i can do it. i have another link also <listingsearch.com/service/test_function>
I have changed pluncker please see it plnkr.co/edit/BbDV6hpp1ivXxyXmdmA6?p=preview , thats what you need
so i am missing only get method?? if you have a time can you let me know is this object is also returning data or not? listingsearch.com/service/test_function
|

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.