feat(core): add message to admin group support

This commit is contained in:
OldHawk
2018-04-10 16:41:30 +08:00
parent fea4887673
commit d2a10bc280
28 changed files with 65 additions and 31 deletions

View File

@@ -87,6 +87,9 @@
user: vm.user
});
tmp = $filter('translate')(tmp);
return marked(tmp, {sanitize: false});
};