-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Item-sliding: icon not on top by default #6662
Milestone
Comments
Sample code to reproduce the problem:
|
work for me.. add <ion-item-options>
<button secondary (click)="openItem(item, slidingItem)">
<ion-icon name="cash"></ion-icon><strong>Cash</strong>
</button>
<button danger (click)="delete(item, slidingItem)">
<ion-icon name="trash"></ion-icon>Delete
</button>
</ion-item-options> |
This actually happens with any interpolated text, not only with a pipe. The following will reproduce it:
|
brandyscarney
added a commit
that referenced
this issue
Jun 7, 2016
Thanks for the issue! This will be fixed with the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Comment from @brandyshea
Actually, the icons should be on the top by default. This is definitely a bug caused by the pipe. Adding it is causing the wrong classes to be added to the button, so it doesn't think the text is there
The text was updated successfully, but these errors were encountered: