更新一下备忘录一页显示的数目
This commit is contained in:
parent
9df6df52c0
commit
beb03e04e8
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue