diff --git a/src/pages/stream/stream.html b/src/pages/stream/stream.html
index c1dcdde..a38f5de 100644
--- a/src/pages/stream/stream.html
+++ b/src/pages/stream/stream.html
@@ -96,4 +96,10 @@
+
+
+
+
diff --git a/src/pages/stream/stream.ts b/src/pages/stream/stream.ts
index 63f1c74..ae34fe3 100644
--- a/src/pages/stream/stream.ts
+++ b/src/pages/stream/stream.ts
@@ -1,5 +1,5 @@
-import { Component } from '@angular/core';
-import { ViewController, NavController, NavParams, ModalController } from 'ionic-angular';
+import { Component, ViewChild, ChangeDetectorRef } from '@angular/core';
+import { ViewController, NavController, NavParams, ModalController, Content } from 'ionic-angular';
import { ThreadPage } from '../thread/thread';
import * as pnut from 'pnut-butter';
@@ -16,6 +16,8 @@ import * as pnut from 'pnut-butter';
})
export class StreamPage {
+ @ViewChild(Content) content: Content;
+
title: string;
posts: Array