不小心把调试放上去了
This commit is contained in:
parent
82f58160f2
commit
72a3150a58
|
|
@ -4,8 +4,7 @@ app.controller('bookmarksCtr', ['$scope', '$state', '$stateParams', '$filter', '
|
|||
$scope.showSearch = false; // 搜索对话框
|
||||
$scope.bookmarkNormalHover = false;
|
||||
$scope.bookmarkEditHover = false;
|
||||
$scope.showStyle = 'card';
|
||||
($stateParams && $stateParams.showStyle) || 'navigate'; // 显示风格'navigate', 'card', 'table'
|
||||
$scope.showStyle = ($stateParams && $stateParams.showStyle) || 'navigate'; // 显示风格'navigate', 'card', 'table'
|
||||
$('.js-radio-' + $scope.showStyle).checkbox('set checked');
|
||||
$scope.edit = false;
|
||||
const perPageItems = 20;
|
||||
|
|
|
|||
Loading…
Reference in New Issue