David 10 năm trước cách đây
mục cha
commit
ac4498510e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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">