feat(messages): init messages module list page

This commit is contained in:
OldHawk
2017-06-16 18:02:04 +08:00
parent 44c659dace
commit 3e8dbd63be
6 changed files with 68 additions and 7 deletions

View File

@@ -46,8 +46,6 @@
* getInvitationsCount
*/
vm.getInvitationsCount = function () {
console.log(Authentication.user);
if (Authentication.user) {
InvitationsService.countInvitations({}, function (res) {
if (res.countMyInvitations > 0) {