backbone-pegasus icon indicating copy to clipboard operation
backbone-pegasus copied to clipboard

Load models and collections data while loading Backbone

Results 1 backbone-pegasus issues
Sort by recently updated
recently updated
newest added

I use a success parameter when initializing the fetch method as follows: var model = Backbone.Model(); model.fetch({ timeout: timeout, success: function() { console.log('success method called'); }, error: function() { console.log('error...