mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-15 00:49:58 +02:00
feat(forums): fixed markdown rendered table css style
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
*/
|
||||
vm.init = function () {
|
||||
ForumsService.query({}, function (items) {
|
||||
console.log(items);
|
||||
vm.forums = items;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user