David 10 年之前
父節點
當前提交
ac4498510e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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">