nav updates

This commit is contained in:
Adam Bradley
2015-05-04 13:34:00 -05:00
parent b4e66c3f6f
commit e315ebc25f
15 changed files with 182 additions and 183 deletions

View File

@ -11,8 +11,8 @@ import {FirstPage} from 'pages/first-page'
class IonicApp {
constructor() {
this.initial = FirstPage
console.log('IonicApp Start')
console.log('IonicApp Start');
}
}
bootstrap(IonicApp)
bootstrap(IonicApp);