diff --git a/index.htm b/index.htm
index e334c70..262ffe1 100644
--- a/index.htm
+++ b/index.htm
@@ -7,7 +7,6 @@
-
@@ -22,13 +21,33 @@ ShowMe.
+
+
+
+
+
Login fb
diff --git a/js/controller.js b/js/controller.js
index 8f42e4d..4cbb683 100644
--- a/js/controller.js
+++ b/js/controller.js
@@ -15,6 +15,11 @@ function SaveController($scope, angularFire, angularFireAuth) {
$scope.messages.push({
name: $scope.user.name,
product: $scope.product,
+ startTime: $scope.startTime,
+ showId: $scope.showId,
+ code: $scope.code,
+ codeType: $scope.codeType,
+ imageUrl: $scope.imageUrl,
desc: $scope.desc
});