This document contains notes for migrating between major version numbers of
angular-ivh-treeview.
- The
ivh-treeview-click-handlerattribute was renamed toivh-treeview-on-toggle. Similarly,ivh-treeview-change-handlerwas renamed toivh-treeview-on-cb-change. Similarly, you should now useonToggleandonCbChangerather thanclickHandlerandchangeHandlerrespectively when configuring your tree with an options hash (#45, #55). - The
ivh-treeview-on-toggleandivh-treeview-on-cb-changeattributes now expect an angular expression (similar to what you might provideng-click) rather than a simple callback. See the README for more details.
- The
validateoption now deafults totrue, this means trees will be validated by default. Set this option tofalseif you prefer the previous behavior.
- Templates now reference the treeview controller instance as
trvwinstead ofctrl.