diff --git a/demos/menu/index.ts b/demos/menu/index.ts index 9229b217de..9a5a468f5c 100644 --- a/demos/menu/index.ts +++ b/demos/menu/index.ts @@ -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 {}