Ronald Muwonge

Results 2 issues of Ronald Muwonge

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); }) },...

Hell what is the cause of this error when I try to run grunt server grunt build:dev ``` Running "clean:dev" (clean) task Running "browserify:app" (browserify) task >> /home/muwo/webdevelopment/webdev/feknuuz/client/templates/add.hbs:1 >> >>...