Max

Results 12 comments of Max

I have debugged code and I think problem is here: ``` js $scope.pagination.pages = Math.ceil($scope.pagination.size / $scope.pagination.count); if ($scope.pagination.pages < $scope.pagination.page) { $scope.params.page = $scope.pagination.pages; } ``` When I have...

I have tried, the same error. > If not, does it make a difference if the module is not lazy loaded? I just mentioned it in order to show how...