mardi 24 mars 2015

movie search app in emberjs

Iam unable to load JSON data, i want to load movie poster image, but don't know how to do it plz anyone help me


App.Movie = Ember.Object.extend();


App.Movie.reopenClass({ all: function() {


return $.getJSON('http://ift.tt/1f7siwH' + query['s']).then(function(response) { var Search = [];



response.Search.forEach( function (item) {
Search.push( App.Movie.create(item) );
});

return Search;
});


}});





Aucun commentaire:

Enregistrer un commentaire