feat(core): scroll to page top when $locationChangeSuccess

This commit is contained in:
OldHawk
2017-07-18 10:18:15 +08:00
parent ff441c0ae2
commit 4d4dd8ed83
4 changed files with 9 additions and 14 deletions

View File

@@ -48,10 +48,6 @@
vm.forumPath.push({name: topic.title, state: undefined});
});
$timeout(function () {
$('html,body').scrollTop(0);
}, 0);
};
/**