分类页面书签加载页面不消失问题

This commit is contained in:
luchenqun 2017-06-24 20:34:59 +08:00
parent fb7e52152d
commit d49182c4c1
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim
currentPage: currentPage,
perPageItems: perPageItems,
};
$scope.bookmarksByTag = [];
bookmarkService.getBookmarksByTag(params)
.then((data) => {
$scope.bookmarkData = data;