-
Notifications
You must be signed in to change notification settings - Fork 92
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
AngularJS 1.3 support #14
Comments
Yeah, move the code |
Eh sorry this isn't really clear to me. I think the "update the html" is the main problem that I'm asking a solution for ;) I'm asking for help, so I'm not really in a position to issue any PR (yet). |
My quick hack is to give the element id's as parameters as opposed to the elements themselves. Let my own function handle the |
Whatever works. It's been a while since I've used this, but it seems that somewhere there On Tue, Oct 14, 2014 at 10:02 AM, Kevin Renskers notifications@github.com
|
AngularJS is now giving this error: "Referencing DOM nodes in Angular expressions is disallowed!", because of this:
on-drop="controller.dropped(dragEl, dropEl)"
.Is there a quick fix for this?
The text was updated successfully, but these errors were encountered: