Skip to content

Commit ade4116

Browse files
Merge pull request #51 from frankwong/master
Update README.md
2 parents 2c08504 + 1e36019 commit ade4116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Just include the 3 files from "dist":
2525

2626
NOTE: you will have to adjust the "templateUrl" in the directive js, to adjust for your directory structure.
2727

28+
Add `'angularBootstrapNavTree'` to your module's list of dependencies.
2829

2930
Then put an `<abn-tree>` directive in your HTML.
3031
( see the example in "test" )
@@ -86,4 +87,4 @@ Each branch can have a "data" element which you can use to hold whatever data yo
8687
Warning: If you attach extra attributes directly to a branch (instead of to "branch.data"), they could conflict with the internal workings of the tree, which adds branch attributes at runtime, like "expanded" and "selected".
8788

8889
Tree-Control API:
89-
If you pass an empty object to the tree as "tree-control", it will be populated with a set of functions for navigating and controlling the tree. See the example page for a demo...
90+
If you pass an empty object to the tree as "tree-control", it will be populated with a set of functions for navigating and controlling the tree. See the example page for a demo...

0 commit comments

Comments
 (0)