Skip to content

Commit de79651

Browse files
committed
Fixed bug of read me angular-ui-tree#151
1 parent 5675c86 commit de79651

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ If a node moves it's position after dropped, the `nodeDropped` callback will be
209209
+ `index`: The position you dropped in.
210210
* `elements`: The dragging relative elements.
211211
+ `placeholder`: The placeholder element.
212-
+ `drag`: The dragging element.
212+
+ `dragging`: The dragging element.
213213
* `pos`: Position object.
214214

215215
##### <a name="dragStart"></a>dragStart(event)
@@ -308,6 +308,9 @@ Example: turn off drag.
308308
</ol>
309309
```
310310

311+
##### data-collapsed
312+
Collapse the node.
313+
311314
#### Properties of scope
312315
##### $element (type: AngularElement)
313316
The html element which bind with the `ui-tree-nodes` scope.

0 commit comments

Comments
 (0)