docs(api/menu): update menu api demo

This commit is contained in:
Drew Rygh
2015-12-14 08:07:37 -06:00
parent 87fd5dd583
commit 533609568c

View File

@ -1,11 +1,11 @@
import {App, IonicApp, IonicView} from 'ionic/ionic';
import {App, IonicApp, Page} from 'ionic/ionic';
@IonicView({templateUrl: 'page1.html'})
@Page({templateUrl: 'page1.html'})
class Page1 {}
@IonicView({templateUrl: 'page2.html'})
@Page({templateUrl: 'page2.html'})
class Page2 {}