David 10 anni fa
parent
commit
ac4498510e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      front/index.html

+ 1 - 1
front/index.html

@@ -82,7 +82,7 @@
 					</div>
 				</section>
 				<div class="pagination">
-					 Page: <input type="number" ng-model="curPage" ng-blur="changePage(curPage)"> / {{totPages}}
+					Page: <input type="number" ng-model="curPage" ng-change="changePage(curPage)" ng-model-options='{ debounce: 500 }' ng-blur="changePage(curPage)"> / {{totPages}}
 				</div>
 			</div>
 			<div class="article-wrapper">