From 9246b733b41186a406268ed857c730e1c059300a Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 21 Jan 2014 20:16:05 -0600 Subject: [PATCH] updates for view/header-bar directives --- Ionic-Chatroom/www/index.html | 35 +++++++++++----------- Ionic-Chatroom/www/templates/about.html | 12 ++++---- Ionic-Chatroom/www/templates/home.html | 16 +++++----- Ionic-Chatroom/www/templates/new_room.html | 15 +++++----- Ionic-Chatroom/www/templates/room.html | 12 ++++---- 5 files changed, 41 insertions(+), 49 deletions(-) diff --git a/Ionic-Chatroom/www/index.html b/Ionic-Chatroom/www/index.html index 3f24289..b645676 100644 --- a/Ionic-Chatroom/www/index.html +++ b/Ionic-Chatroom/www/index.html @@ -35,23 +35,22 @@ - - - - - - - - + + + + + + + diff --git a/Ionic-Chatroom/www/templates/about.html b/Ionic-Chatroom/www/templates/about.html index 1463e6b..109f17b 100644 --- a/Ionic-Chatroom/www/templates/about.html +++ b/Ionic-Chatroom/www/templates/about.html @@ -1,16 +1,14 @@ - - + right-buttons="rightButtons"> -

About this app

This is a chat app originally created by 3dd13 then modified by Max Lynch and Abe Haskins.

-
\ No newline at end of file + + \ No newline at end of file diff --git a/Ionic-Chatroom/www/templates/home.html b/Ionic-Chatroom/www/templates/home.html index 69645c8..4b4f661 100644 --- a/Ionic-Chatroom/www/templates/home.html +++ b/Ionic-Chatroom/www/templates/home.html @@ -1,12 +1,9 @@ - - - - + right-buttons="rightButtons"> + +

{{room.title}}

@@ -14,4 +11,5 @@

{{room.title}}

- + +
diff --git a/Ionic-Chatroom/www/templates/new_room.html b/Ionic-Chatroom/www/templates/new_room.html index e14c692..aca9869 100644 --- a/Ionic-Chatroom/www/templates/new_room.html +++ b/Ionic-Chatroom/www/templates/new_room.html @@ -1,11 +1,9 @@ - - - + + +
@@ -23,4 +21,5 @@
+
diff --git a/Ionic-Chatroom/www/templates/room.html b/Ionic-Chatroom/www/templates/room.html index f49ba3a..fa30312 100644 --- a/Ionic-Chatroom/www/templates/room.html +++ b/Ionic-Chatroom/www/templates/room.html @@ -1,18 +1,15 @@ - - + right-buttons="rightButtons"> -
@@ -36,4 +33,5 @@
+
\ No newline at end of file