feat(forums): add forum topic title & content & reply length limit.

This commit is contained in:
OldHawk
2017-12-14 10:35:36 +08:00
parent 3a29d5c0d7
commit b5b1e7ec0b
6 changed files with 17 additions and 13 deletions

View File

@@ -12,6 +12,7 @@
marked, $stateParams, TopicsService) {
var vm = this;
vm.forumsConfig = MeanTorrentConfig.meanTorrentConfig.forumsConfig;
vm.inputLengthConfig = MeanTorrentConfig.meanTorrentConfig.inputLength;
vm.user = Authentication.user;
vm.forumPath = [];