You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2021. It is now read-only.
I am using your directive with ion-autocomplete. Basically I changed ion-autocomplete template by applying your ion-tree-list in it. The problem is that I also want to override your default template by applying this in code: <ion-tree-list items="items" template-url="'common/tree_list_template.html'"></ion-tree-list>
Application just freeze after searching binding your tree control. Also one question, why don't you populate your template url like this:
Hi,
I am using your directive with ion-autocomplete. Basically I changed ion-autocomplete template by applying your ion-tree-list in it. The problem is that I also want to override your default template by applying this in code:
<ion-tree-list items="items" template-url="'common/tree_list_template.html'"></ion-tree-list>Application just freeze after searching binding your tree control. Also one question, why don't you populate your template url like this:
this.templateUrl = valueOrDefault($attrs.templateUrl, undefined);Regards,
Alan