File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ Well you can use both directives concurrently if you wish:
139139 | position | ` { x: number, y: number } ` | ` { x:0, y:0 } ` | Use it to set position offset |
140140 | gridSize | number | 1 | Use it for snapping to grid . Refer to [demo ](https :// xieziyu.github.io/angular2-draggable/#/advance/snap-grid) |
141141 | preventDefaultEvent | boolean | ` false ` | Whether to prevent default mouse event |
142+ | scale | number | 1 | Set it when parent element has CSS transform scale |
142143
143144+ ` ngResizable ` directive support following input porperties :
144145
Original file line number Diff line number Diff line change 11## 2.1.9 (2018-11-29)
22
33#### Bugfix
4- + ** ngDraggable** : [ #31 ] ( ( https://github.com/xieziyu/angular2-draggable/issues/31) ) Problems when scale transform applied to parent. ([ by rathodsanjay] ( https://github.com/rathodsanjay ) - [ PR #123 ] ( https://github.com/xieziyu/angular2-draggable/pull/123 ) )
4+ + ** ngDraggable** : [ #31 ] ( https://github.com/xieziyu/angular2-draggable/issues/31 ) Problems when scale transform applied to parent. ([ by rathodsanjay] ( https://github.com/rathodsanjay ) - [ PR #123 ] ( https://github.com/xieziyu/angular2-draggable/pull/123 ) )
55
66---
77
You can’t perform that action at this time.
0 commit comments