We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: bug
Ionic Version: 2.x
Platform: android 5.1 webview
When button is placed in the header and when angular triggers view update it's style will become of the button like its not placed in the header.
Example code: <ion-navbar *navbar> <ion-title></ion-title> <ion-buttons end> <button *ngIf="..."> <ion-icon name="compass" style="font-size: 30px;"></ion-icon> </button>
<ion-navbar *navbar> <ion-title></ion-title> <ion-buttons end> <button *ngIf="..."> <ion-icon name="compass" style="font-size: 30px;"></ion-icon> </button>
Screenshot where compass icon has ngIf directive and it gets updated after creation.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This is a duplicate of #5927 so I am going to close this. Please continue the discussion on that issue. 😄
Sorry, something went wrong.
No branches or pull requests
Type: bug
Ionic Version: 2.x
Platform: android 5.1 webview
When button is placed in the header and when angular triggers view update it's style will become of the button like its not placed in the header.
Example code:
<ion-navbar *navbar> <ion-title></ion-title> <ion-buttons end> <button *ngIf="..."> <ion-icon name="compass" style="font-size: 30px;"></ion-icon> </button>
Screenshot where compass icon has ngIf directive and it gets updated after creation.
The text was updated successfully, but these errors were encountered: