Skip to content

Commit

Permalink
Merge pull request #296 from BrandView-UI/feature/optional-function-b…
Browse files Browse the repository at this point in the history
…indings

Change function bindings to optional bindings.
  • Loading branch information
yoavaa authored Aug 12, 2021
2 parents 7443194 + 3759286 commit f115d0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions angular-tree-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ if (typeof module !== "undefined" && typeof exports !== "undefined" && module.ex
selectedNode: "=?",
selectedNodes: "=?",
expandedNodes: "=?",
onSelection: "&",
onNodeToggle: "&",
onRightClick: "&",
onSelection: "&?",
onNodeToggle: "&?",
onRightClick: "&?",
menuId: "@",
options: "=?",
orderBy: "=?",
Expand Down

0 comments on commit f115d0e

Please sign in to comment.