feat(forums): change user score when thumbs up

This commit is contained in:
OldHawk
2017-07-14 14:30:30 +08:00
parent 008e9ef582
commit 3613b1e682
2 changed files with 33 additions and 4 deletions

View File

@@ -410,6 +410,8 @@
topic.$thumbsUp(function (res) {
vm.topic = res;
}, function(res){
NotifycationService.showErrorNotify(res.data.message, 'ERROR');
});
};