angular2-draggable
angular2-draggable copied to clipboard
Resizable - min and max height, step (or snapto)
It would be great if you could add some more configuration options to the resizable directive:
- min/max element height in px
- resizing step in px ... when I am resizing the element, I want the element to resize only for each 5px
@gregor-srdic
Thanks for your suggestion. The features are now supported in 2.1.0
- [rzMinHeight], [rzMaxHeight]
- [rzGrid]