Skip to content

Commit 3e4c1a4

Browse files
author
Xie, Ziyu
committed
Update doc
1 parent 9d49e1b commit 3e4c1a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/assets/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)