docs(demos): remove unused injectables

This commit is contained in:
Drew Rygh
2015-11-09 13:11:09 -06:00
parent c7d36440ec
commit 8d1370a706
4 changed files with 8 additions and 17 deletions

View File

@ -14,9 +14,7 @@ import * as helpers from '../../helpers';
directives: [forwardRef(() => helpers.AndroidAttribute)],
})
class TabTextCtrl {
constructor(nav: NavController, view: ViewController) {
this.nav = nav;
this.view = view;
constructor() {
}
}
@ -29,8 +27,7 @@ class TabTextCtrl {
'</ion-tabs>',
})
export class BasicPage {
constructor(nav: NavController, params: NavParams) {
this.nav = nav;
constructor() {
this.tabOne = TabTextCtrl;
this.tabTwo = TabTextCtrl;
this.tabThree = TabTextCtrl;