搜索到书签给个提示

This commit is contained in:
luchenqun 2017-02-08 16:40:25 +08:00
parent f1aed937e4
commit 247d44eecb
3 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,7 @@ app.controller('menuCtr', ['$scope', '$stateParams', '$state', 'pubSubService',
title: '首页' title: '首页'
}, { }, {
uiSref: 'login', uiSref: 'login',
title: '登' title: '登'
}]; }];
$scope.myKeyup = function(e) { $scope.myKeyup = function(e) {

View File

@ -157,7 +157,7 @@ app.controller('searchCtr', ['$scope', '$state', '$stateParams', '$filter', '$wi
$scope.bookmarks = data.bookmarks; $scope.bookmarks = data.bookmarks;
$scope.bookmarkCount = data.totalItems; $scope.bookmarkCount = data.totalItems;
$scope.totalPages = Math.ceil($scope.bookmarkCount / perPageItems); $scope.totalPages = Math.ceil($scope.bookmarkCount / perPageItems);
toastr.success('搜索书签成功,共为您找到相关书签约 ' + $scope.bookmarkCount + ' 个', "提示");
// 有点问题,暂时留在这里 // 有点问题,暂时留在这里
// pubSubService.publish('Common.menuActive', { // pubSubService.publish('Common.menuActive', {
// login: true, // login: true,

View File

@ -7,6 +7,7 @@
<p>3、搜索不方便只能搜索关键字无法按照特定条件比如搜索特定的加入时间特定的类型搜索。</p> <p>3、搜索不方便只能搜索关键字无法按照特定条件比如搜索特定的加入时间特定的类型搜索。</p>
<p>4、查阅不方便。一旦一个分类目录你收藏的过多尼玛你在那个目录下面找起来想死的心都有。</p> <p>4、查阅不方便。一旦一个分类目录你收藏的过多尼玛你在那个目录下面找起来想死的心都有。</p>
<p>5、无法查看别人收藏的书签。</p> <p>5、无法查看别人收藏的书签。</p>
<p>PS:注册在登陆界面。</p>
<h2 class="ui dividing header">主要功能</h2> <h2 class="ui dividing header">主要功能</h2>
<p>1、需要注册账号用户。(初步完成)</p> <p>1、需要注册账号用户。(初步完成)</p>