Skip to content

Instantly share code, notes, and snippets.

@rmoura-92
Created June 27, 2013 18:00
Show Gist options
  • Save rmoura-92/5878749 to your computer and use it in GitHub Desktop.
Save rmoura-92/5878749 to your computer and use it in GitHub Desktop.
var that = this;
this.HoteisColl.on('reset', function(response) {
var obj = _.first(response.toJSON());
var searchId = obj.searchId;
var fileCod = obj.fileCod;
that.HoteisColl.options.fileCod = fileCod;
if(searchId) {
that.navigate('hoteis/'+searchId, {trigger:true});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment