Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action assigned to data-ellipsis-append-click will be called more than one time #68

Open
AdelRefaat opened this issue Aug 24, 2016 · 0 comments

Comments

@AdelRefaat
Copy link
Contributor

Action assigned to data-ellipsis-append-click will be called more than one time if the element has nested span elements.

<p style="height: 40px" data-ellipsis data-ellipsis-append="more" data-ellipsis-append-click="<SomeAction>" ng-bind-html="<SomeExpression>">
<p>

Suppose that the bound html has span elements.. Now the Action will be called many times as the selector that binds the "ellipsis-append" click event tries to find a "span" (ellipsis-append span) assuming that this is the only span available inside the element.

MauMaGau added a commit that referenced this issue Aug 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant