mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-06 23:57:26 +02:00
feat(core): scroll to page top when $locationChangeSuccess
This commit is contained in:
@@ -48,10 +48,6 @@
|
||||
|
||||
vm.forumPath.push({name: topic.title, state: undefined});
|
||||
});
|
||||
|
||||
$timeout(function () {
|
||||
$('html,body').scrollTop(0);
|
||||
}, 0);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user