so far so good nav stuff

This commit is contained in:
Adam Bradley
2015-05-12 22:05:23 -05:00
parent 3002853e7c
commit 1dcc60604f
7 changed files with 24 additions and 12 deletions

View File

@@ -5,15 +5,15 @@ import {NavController} from 'ionic/ionic'
import {SecondPage} from './second-page'
@Component()
@Component({selector: 'ion-view'})
@View({
templateUrl: 'pages/first-page.html'
})
export class FirstPage {
constructor(
//nav: NavController
nav: NavController
) {
//this.nav = nav;
this.nav = nav;
}
push() {