feat(forums): nav to new topic when topic post succussfull

This commit is contained in:
OldHawk
2017-07-09 21:32:16 +08:00
parent 07d751c0dc
commit 89413ffcea

View File

@@ -62,7 +62,7 @@
vm.postFields = {};
$scope.$broadcast('show-errors-reset', 'vm.postForm');
NotifycationService.showSuccessNotify('FORUMS.POST_TOPIC_SUCCESSFULLY');
$state.go('forums.view', {forumId: vm.forum._id});
$state.go('forums.topic', {forumId: vm.forum._id, topicId: res._id});
}
function errorCallback(res) {