分类当添加新标签保留原来页面更新数据
This commit is contained in:
parent
ac92a6cbd6
commit
a972a770de
|
|
@ -305,7 +305,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($scope.currentTagId) {
|
if ($scope.currentTagId) {
|
||||||
$scope.getBookmarks($scope.currentTagId, 1);
|
$scope.getBookmarks($scope.currentTagId, $scope.currentPage);
|
||||||
} else {
|
} else {
|
||||||
toastr.info('您还没有书签分类,请点击菜单栏的添加按钮进行添加', "提示");
|
toastr.info('您还没有书签分类,请点击菜单栏的添加按钮进行添加', "提示");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue