From 65dc4dd01bcb4cd7245d8e574d5ee46e701a737d Mon Sep 17 00:00:00 2001 From: Joni Aaltonen Date: Tue, 30 Jun 2015 14:56:56 +0300 Subject: [PATCH] getting closer --- app/index.html | 6 +- app/scripts/controllers/application.js | 3 +- app/scripts/controllers/main.js | 44 +++- app/scripts/controllers/user.js | 93 ++++++-- app/scripts/controllers/userconnections.js | 118 ++++++++-- app/scripts/controllers/userevents.js | 39 +++- app/scripts/controllers/userinbox.js | 41 +++- app/scripts/controllers/usersent.js | 40 +++- app/scripts/services/events.js | 2 +- app/scripts/services/user.js | 237 +++++++++++++++++---- app/styles/application.scss | 3 + app/views/directive.events.html | 4 +- app/views/directive.requestbtn.html | 6 + app/views/directive.user-events.html | 29 +++ app/views/events.html | 3 +- app/views/user.html | 25 ++- app/views/userconnections.html | 19 +- app/views/userevents.html | 37 +--- app/views/userinbox.html | 11 +- app/views/userprofile.html | 45 ++-- app/views/usersent.html | 43 ++++ 21 files changed, 673 insertions(+), 175 deletions(-) create mode 100644 app/views/directive.requestbtn.html create mode 100644 app/views/directive.user-events.html diff --git a/app/index.html b/app/index.html index 23e2eb6..8527119 100644 --- a/app/index.html +++ b/app/index.html @@ -13,6 +13,7 @@ + @@ -52,11 +53,11 @@
  • Sign Up