更新一下备忘录一页显示的数目

This commit is contained in:
luchenqun 2017-05-05 12:33:15 +08:00
parent 9df6df52c0
commit beb03e04e8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
app.controller('noteCtr', ['$scope', '$state', '$stateParams', '$filter', '$window', '$timeout', 'ngDialog', 'bookmarkService', 'pubSubService', function($scope, $state, $stateParams, $filter, $window, $timeout, ngDialog, bookmarkService, pubSubService) { app.controller('noteCtr', ['$scope', '$state', '$stateParams', '$filter', '$window', '$timeout', 'ngDialog', 'bookmarkService', 'pubSubService', function($scope, $state, $stateParams, $filter, $window, $timeout, ngDialog, bookmarkService, pubSubService) {
console.log("Hello noteCtr...", $stateParams); console.log("Hello noteCtr...", $stateParams);
const perPageItems = 36; const perPageItems = 35;
var dialog = null; var dialog = null;
$scope.loadBusy = false; $scope.loadBusy = false;
$scope.add = false; $scope.add = false;