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
After rc0 migration i getting below error caused by tabsHighlight: true
tabsHighlight: true
Add following option to IonicModule.forRoot() and observe above error:
IonicModule.forRoot(MyApp, { tabsHighlight: true //<-- throws an error })
Here is the compiled code from Chorme console that causing (it i think):
if (_this.tabsHighlight) { _this._highlight.select(selectedTab); // <-- error }
_Info:_
Cordova CLI: 6.3.0 Gulp version: CLI version 3.9.1 Gulp local: Ionic Framework Version: 2.0.0-rc.0 Ionic CLI Version: 2.1.0 Ionic App Lib Version: 2.1.0-beta.1 ios-deploy version: 1.8.6 ios-sim version: 5.0.8 OS: Mac OS X El Capitan Node Version: v6.3.1 Xcode version: Xcode 7.3 Build version 7D175
The text was updated successfully, but these errors were encountered:
linking #8304
Sorry, something went wrong.
ac88547
@okonon fixed!
Will this be available in RC1?
@joshgarwood sure!
No branches or pull requests
After rc0 migration i getting below error caused by
tabsHighlight: true
Uncaught TypeError: Cannot read property 'select' of undefined tabs.js:172
Add following option to IonicModule.forRoot() and observe above error:
Here is the compiled code from Chorme console that causing (it i think):
_Info:_
The text was updated successfully, but these errors were encountered: