From a2e461ad04eefdfdb441856c62617235120eeefb Mon Sep 17 00:00:00 2001 From: Eystein Bye Date: Wed, 12 Mar 2014 22:39:13 +0100 Subject: [PATCH] #4 Adding fields to the input --- index.htm | 25 ++++++++++++++++++++++--- js/controller.js | 5 +++++ 2 files changed, 27 insertions(+), 3 deletions(-) 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 });