angular-ui / ui-sortable

jQuery UI Sortable for AngularJS
http://angular-ui.github.io/ui-sortable/
MIT License
1.26k stars 444 forks source link

feat: add ui-preserve-size option #543

Closed thgreasi closed 6 years ago

thgreasi commented 6 years ago

Merges @dashawk's #541 For now the ui-preserve-size option is only available as a property of the uiSortableOptions object and not as a property of the directive. Planning to change that after a bigger code simplification/refactor.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c062ff5a8e231ed3a66d0ebdaf37aeec54f1ea1d on thgreasi:ui-preserve-size into 17c4158b071f978c919e15ffe44875b38ae9e4c0 on angular-ui:master.

thgreasi commented 6 years ago

@dashawk Thanks for your contribution on this.

dashawk commented 6 years ago

No worries. I also feel like it needs to be refactored/simplified 😄