mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-06 08:47:30 +02:00
feat(forums): change user score when thumbs up
This commit is contained in:
@@ -410,6 +410,8 @@
|
||||
|
||||
topic.$thumbsUp(function (res) {
|
||||
vm.topic = res;
|
||||
}, function(res){
|
||||
NotifycationService.showErrorNotify(res.data.message, 'ERROR');
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user