docs(tabs): update docs

closes #9268
This commit is contained in:
Michael
2016-11-21 21:02:41 +02:00
committed by mhartington
parent 8d7d7bdaba
commit d6f959b3e2

View File

@ -137,7 +137,7 @@ import { ViewController } from '../../navigation/view-controller';
*
*```ts
* switchTabs() {
* this.navCtrl.parent.switch(2);
* this.navCtrl.parent.select(2);
* }
*```
* @demo /docs/v2/demos/src/tabs/