Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.

Commit 54374e3

Browse files
Merge pull request nickperkinslondon#19 from bachue/patch-1
correct "icon-contract" with "icon-collapse"
2 parents 894d56b + 1e704f0 commit 54374e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
angular-bootstrap-nav-tree
32
==========================
43

@@ -40,7 +39,7 @@ But there are other attributes to customize the tree:
4039
tree-data = "example_treedata"
4140
icon-leaf = "icon-file"
4241
icon-expand = "icon-plus-sign"
43-
icon-contract = "icon-minus-sign"
42+
icon-collapse = "icon-minus-sign"
4443
on-select = "my_tree_handler(branch)"
4544
expand-level = "2"
4645
initial-selection = "Vegetable">

0 commit comments

Comments
 (0)