-
Notifications
You must be signed in to change notification settings - Fork 568
onDrop
called at page load
#128
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
Comments
I have a new issue: |
OK! Here is the fix for the previous problem (in
Please apply this fix. :) |
This was referenced Oct 1, 2014
Closed
codef0rmer
pushed a commit
that referenced
this issue
Oct 1, 2014
- Closes #125, #121, #99 - Fix paradox of choice ($ vs jQuery) - Closes #122 - Update jQueryUI depedency in demos and tests - Closes #130 - Restore display value if set, else use block - Closes #128, #36, #30 - Restore zIndex value always - Closes #117, #110 - Fix destroying widgets prior to initialization - Closes #111 - Allow dropping without ngModel similar to dragging
For those that come later, 'placeholder:true' can apparently cause the
under certain conditions.. |
@ericpeters0n Thanks a lot that was exactly the case for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
onDrop
method is called when the page loads for every item that has is defined.This doesn't make sense to me.
An example of using it without arrays and doing ALL handling in event handlers like
onDrop
would be appreciated.Also, I get this error:
Probably because I try to use it with empty arrays as model (I want to use only the onDrag event and get information from inside there on what was dragged where. Is this possible?).
UPDATE: Using an empty object for model prevents the above error and the data that I want seem to be inside the arguments. :)
The text was updated successfully, but these errors were encountered: