diff --git a/src/scripts/controllers/cbBigBoardCtrl.js b/src/scripts/controllers/cbBigBoardCtrl.js index 047a249..77afe6d 100644 --- a/src/scripts/controllers/cbBigBoardCtrl.js +++ b/src/scripts/controllers/cbBigBoardCtrl.js @@ -253,6 +253,10 @@ angular.module('cbBigBoardCtlr').controller('cbBigBoardCtrl', ['$scope', if ($scope.hideLandingPages && landingPagesCount[host]) { limits[host] += landingPagesCount[host]; } + //Force limit from param + if (configService.limit) { + limits[host] = configService.limit; + } }); firstSort = true;