mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
the web animations of oz
This commit is contained in:
@@ -2,9 +2,8 @@ import {bootstrap} from 'angular2/angular2'
|
||||
import {Component, Directive} from 'angular2/src/core/annotations_impl/annotations';
|
||||
import {View} from 'angular2/src/core/annotations_impl/view';
|
||||
|
||||
import {Nav} from 'ionic/components/nav/nav'
|
||||
import {Log} from 'ionic/util'
|
||||
import {FirstPage} from './pages/first-page'
|
||||
import {Nav} from 'ionic/components/nav/nav';
|
||||
import {FirstPage} from './pages/first-page';
|
||||
|
||||
|
||||
@Component({ selector: 'ion-app' })
|
||||
|
||||
Reference in New Issue
Block a user