增加一个全局书签导航

This commit is contained in:
HelloWorld 2020-04-22 08:25:01 +08:00
parent 10dc1f46a8
commit 2f5f7792d9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$state', '$window', '$statePara
$scope.showType = "createdAt"; $scope.showType = "createdAt";
$scope.loading = true; $scope.loading = true;
$scope.tags = []; // 书签数据 $scope.tags = []; // 书签数据
$scope.user = {}; $scope.user = { username: "test" };
$scope.tagsIndex = []; // 书签索引 $scope.tagsIndex = []; // 书签索引
$scope.bookmarks = []; $scope.bookmarks = [];
$scope.totalPages = 0; $scope.totalPages = 0;