I am updating an older (7.2) site to 7.10. I've got some old grid editors that use dialogService.treePicker that I would like to update too. Is there a way to call the newer Umbraco.ContentPicker2 and Umbraco.MultiNodeTreePicker2 from an Angular controller?
Content picker in editors
I am updating an older (7.2) site to 7.10. I've got some old grid editors that use dialogService.treePicker that I would like to update too. Is there a way to call the newer Umbraco.ContentPicker2 and Umbraco.MultiNodeTreePicker2 from an Angular controller?
Hi Andrew,
You probably need to use the
umb-overlay
directive instead of the old dialogserviceThe docs can be found here : https://our.umbraco.com/apidocs/ui/#/api/umbraco.directives.directive:umbOverlay
Dave
Thanks! I'll check it out.
Did you get anywhere with this? The provided link goes to am empty page.
is working on a reply...