From beb03e04e8ce3d53db75ec1e4b1301410e34862c Mon Sep 17 00:00:00 2001 From: luchenqun Date: Fri, 5 May 2017 12:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=80=E4=B8=8B=E5=A4=87?= =?UTF-8?q?=E5=BF=98=E5=BD=95=E4=B8=80=E9=A1=B5=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/scripts/controllers/note-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/controllers/note-controller.js b/public/scripts/controllers/note-controller.js index b3fdc7c..b5da23b 100644 --- a/public/scripts/controllers/note-controller.js +++ b/public/scripts/controllers/note-controller.js @@ -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) { console.log("Hello noteCtr...", $stateParams); - const perPageItems = 36; + const perPageItems = 35; var dialog = null; $scope.loadBusy = false; $scope.add = false;