Skip to content
This repository was archived by the owner on Apr 5, 2021. It is now read-only.
This repository was archived by the owner on Apr 5, 2021. It is now read-only.

templateUrl not working from within other template #37

@alanmilinovic

Description

@alanmilinovic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions