You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
I'm using angular 1.2.12 and the 1.2 branch of this repo.
If I remove the fitler: settings_filter the sortable works fine but adding the filter will mess with the ordering of items after dragging an element to a new position.
<tbodyui-sortable="sortable_options" ng-model="settings"><trng-repeat="rule in settings | filter: settings_filter"
Am I missing something, or it's just a bug?
The text was updated successfully, but these errors were encountered:
I'm using angular 1.2.12 and the 1.2 branch of this repo.
If I remove the
fitler: settings_filter
the sortable works fine but adding the filter will mess with the ordering of items after dragging an element to a new position.Am I missing something, or it's just a bug?
The text was updated successfully, but these errors were encountered: