-
-
-
-
- You navigated here from {{selectedItem.title}}
-
-
diff --git a/app/pages/list/list.ts b/app/pages/list/list.ts
deleted file mode 100644
index ba4fb2e..0000000
--- a/app/pages/list/list.ts
+++ /dev/null
@@ -1,32 +0,0 @@
-import {IonicApp, Page, NavController, NavParams} from 'ionic-framework/ionic';
-
-
-@Page({
- templateUrl: 'build/pages/list/list.html'
-})
-export class ListPage {
- constructor(app: IonicApp, nav: NavController, navParams: NavParams) {
- this.nav = nav;
-
- // If we navigated to this page, we will have an item available as a nav param
- this.selectedItem = navParams.get('item');
-
- this.icons = ['flask', 'wifi', 'beer', 'football', 'basketball', 'paper-plane',
- 'american-football', 'boat', 'bluetooth', 'build'];
-
- this.items = [];
- for(let i = 1; i < 11; i++) {
- this.items.push({
- title: 'Item ' + i,
- note: 'This is item #' + i,
- icon: this.icons[Math.floor(Math.random() * this.icons.length)]
- });
- }
- }
-
- itemTapped(event, item) {
- this.nav.push(ListPage, {
- item: item
- })
- }
-}
diff --git a/app/pages/questions/questionadd.html b/app/pages/questions/questionadd.html
new file mode 100644
index 0000000..dd382c1
--- /dev/null
+++ b/app/pages/questions/questionadd.html
@@ -0,0 +1,16 @@
+
+
+