调整一下动画

This commit is contained in:
luchenqun 2017-03-02 11:36:10 +08:00
parent a1b354ad2d
commit cc056ef719
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim
currentPage: currentPage, currentPage: currentPage,
perPageItems: perPageItems, perPageItems: perPageItems,
}; };
$('.js-tags-table').transition('hide');
bookmarkService.getBookmarksByTag(params) bookmarkService.getBookmarksByTag(params)
.then((data) => { .then((data) => {
$scope.bookmarks = data.bookmarks; $scope.bookmarks = data.bookmarks;