增加一个全局书签导航
This commit is contained in:
parent
10dc1f46a8
commit
2f5f7792d9
|
|
@ -19,7 +19,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$state', '$window', '$statePara
|
|||
$scope.showType = "createdAt";
|
||||
$scope.loading = true;
|
||||
$scope.tags = []; // 书签数据
|
||||
$scope.user = {};
|
||||
$scope.user = { username: "test" };
|
||||
$scope.tagsIndex = []; // 书签索引
|
||||
$scope.bookmarks = [];
|
||||
$scope.totalPages = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue