md transition

This commit is contained in:
Adam Bradley
2015-07-20 14:26:23 -05:00
parent 6f266549e1
commit 7ed53a4e7f
6 changed files with 40 additions and 60 deletions

View File

@@ -81,6 +81,6 @@ export class FirstPage {
// }
push() {
this.nav.push(SecondPage, { id: 8675309, myData: [1,2,3,4] }, { animation: 'ios' });
this.nav.push(SecondPage, { id: 8675309, myData: [1,2,3,4] } );
}
}