backbone_tutorial_blogroll_app icon indicating copy to clipboard operation
backbone_tutorial_blogroll_app copied to clipboard

fetch problem

Open ssedumeone opened this issue 6 years ago • 1 comments

Whats difference between this.model.fetch() and blogs.fetch(); as Iam having issues with this code this.model.fetch({ success: function(response) { _.each(response.toJSON(), function(item) { console.log('Successfully GOT blog with _id: ' + item._id); }) }, error: function() { console.log('Failed to get blogs!'); } });

ssedumeone avatar Sep 20 '18 21:09 ssedumeone

Ignore please sorted it

ssedumeone avatar Sep 21 '18 12:09 ssedumeone