Skip to content
New issue

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

model.save success callback not working #1

Closed
viniciuscb opened this issue Sep 19, 2012 · 1 comment
Closed

model.save success callback not working #1

viniciuscb opened this issue Sep 19, 2012 · 1 comment
Assignees
Labels

Comments

@viniciuscb
Copy link

the following code

model.save(null,{success: function(){ alert('ok'); }})

does not call the success callback when using AssociatedModel.

@jdkanani
Copy link
Contributor

Can you please add/edit your code snippet in fiddle?
Check this out - http://jsfiddle.net/jdkanani/L8mQj/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants