We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You can't pass options to Backbone.Model initializer, can you?
The text was updated successfully, but these errors were encountered:
Sorry. I don't understand. What do you mean? Can you give an example?
Sorry, something went wrong.
something like:
var userWithEmail = BackboneFactory.create('user', { email: '[email protected]' }, { collection : users }})
I've implemented it in my fork of your project. Your idea of FactoryGirl for javascript is quite useful! thanks!
No branches or pull requests
You can't pass options to Backbone.Model initializer, can you?
The text was updated successfully, but these errors were encountered: