Skip to content

Instantly share code, notes, and snippets.

@DavertMik
Last active December 17, 2015 03:08
Show Gist options
  • Save DavertMik/5540722 to your computer and use it in GitHub Desktop.
Save DavertMik/5540722 to your computer and use it in GitHub Desktop.
launch popup
var mails = new MailCollection();
var user = new User();
var mailsView = new MailCollectionView({collection: mails});
var form = new MailFormView({});
user.fetch({success: function() {
mails.fetch({success: function() {
mailsView.render();
}});
}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment