Bug Report
Ionic version:
[x] 4.0.0-rc.0
Current behavior:
An ion-tab-button without a tab attribute but only a (click) attribute will throw an exception on load that tab is required. On click it will try to navigate to <current-route>/undefined which again will lead to an exception which also prevents (click) to be executed.
Expected behavior:
Like the docs say at https://github.com/ionic-team/ionic/blob/master/angular/BREAKING.md#tabs this should be "No ion-tab, just a button that looks like a tab" and therefore (click) should be executed.
Steps to reproduce:
Build an example like shown at https://github.com/ionic-team/ionic/blob/master/angular/BREAKING.md#tabs under "New Usage Example:" and here under "No ion-tab, just a button that looks like a tab"
Bug Report
Ionic version:
[x] 4.0.0-rc.0
Current behavior:
An
ion-tab-buttonwithout atabattribute but only a(click)attribute will throw an exception on load that tab is required. On click it will try to navigate to<current-route>/undefinedwhich again will lead to an exception which also prevents(click)to be executed.Expected behavior:
Like the docs say at https://github.com/ionic-team/ionic/blob/master/angular/BREAKING.md#tabs this should be "No ion-tab, just a button that looks like a tab" and therefore
(click)should be executed.Steps to reproduce:
Build an example like shown at https://github.com/ionic-team/ionic/blob/master/angular/BREAKING.md#tabs under "New Usage Example:" and here under "No ion-tab, just a button that looks like a tab"