I am trying to build a list-view using angularjs.
- Display list of popular movies [10 title per page] URL : http://api.themoviedb.org/3/discover/movie?sort_by=popularity.desc
- Display details of a movie on click data from previous GET could be used. Fields should be mandatory : overview, release_date, vote_average
Any example code is there please share it to me. It will be helpful for me