backbone-pegasus
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...