feat(message): add maker group create finished server notice message

message is in translate strings, support markdown and emoji

#20
This commit is contained in:
OldHawk
2017-12-15 22:05:18 +08:00
parent e4aec9a72f
commit 8ea21e8266
6 changed files with 22 additions and 6 deletions

View File

@@ -49,6 +49,9 @@
$scope.$on('auth-user-changed', function (event, args) {
vm.user = Authentication.user;
vm.scoreLevelData = vm.user ? ScoreLevelService.getScoreLevelJson(vm.user.score) : undefined;
vm.getInvitationsCount();
vm.getWarning();
vm.getCountUnread();
});
/**