不小心把调试放上去了

This commit is contained in:
luchenqun 2017-02-21 22:42:08 +08:00
parent 82f58160f2
commit 72a3150a58
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ app.controller('bookmarksCtr', ['$scope', '$state', '$stateParams', '$filter', '
$scope.showSearch = false; // 搜索对话框 $scope.showSearch = false; // 搜索对话框
$scope.bookmarkNormalHover = false; $scope.bookmarkNormalHover = false;
$scope.bookmarkEditHover = false; $scope.bookmarkEditHover = false;
$scope.showStyle = 'card'; $scope.showStyle = ($stateParams && $stateParams.showStyle) || 'navigate'; // 显示风格'navigate', 'card', 'table'
($stateParams && $stateParams.showStyle) || 'navigate'; // 显示风格'navigate', 'card', 'table'
$('.js-radio-' + $scope.showStyle).checkbox('set checked'); $('.js-radio-' + $scope.showStyle).checkbox('set checked');
$scope.edit = false; $scope.edit = false;
const perPageItems = 20; const perPageItems = 20;