docs(demos): fix demos to have same class name and remove files that aren't needed anymore

references #5311
This commit is contained in:
Brandy Carney
2016-02-03 14:26:21 -05:00
parent f5a20d3dbb
commit 59da895ea0
30 changed files with 90 additions and 290 deletions

View File

@ -1,2 +0,0 @@
<ion-nav id="nav" [root]="rootPage" #content></ion-nav>
<ion-overlay></ion-overlay>

View File

@ -1,20 +1,6 @@
import {App, Page, IonicApp} from 'ionic/ionic';
import {App} from 'ionic/ionic';
@App({
templateUrl: 'app.html'
})
class ApiDemoApp {
constructor() {
this.rootPage = InitialPage;
}
}
@Page({
templateUrl: 'main.html'
})
export class InitialPage {
constructor() {
}
}
class ApiDemoApp {}