Skip to content

Links inside zf-close aren't working #22

@soumak77

Description

@soumak77

The following code will cause the link to not navigate to the desired page:

<div zf-close="anything">
  <a href="www.google.com" target="_blank">google</a>
</div>

As a workaround, you can use:

<div zf-close="anything">
  <a ng-click="navigate()">google</a>
</div>

Where navigate will programmatically change the url. This solution will not work for me however since the html used inside the div is generated via markdown.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions