-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Angular: ng-sortable fails when no ng-repeat is found #267
Comments
Now, no. |
@doo4bop Can you give an example (on jsbin.com) of when you need it? |
@RubaXa here is an example: |
And what sense in this sort? |
Yes, this is a simple example, but we need the user to be able to visually sort tiles in a dashboard. Thanks |
Try ng-sortable-branch But after f5, all items comes back on old positions. |
Awesome, seems perfect in jsbin. |
Hi,
I'm trying to use the ng-sortable directive but seems only work if I also use a ng-repeat directive within sortable items.
Error: TypeError: Cannot read property 'nodeValue' of undefined
Is it possible to have the ng-sortable directive without the ng-repeat directive?
Thanks
The text was updated successfully, but these errors were encountered: