@@ -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 class="article-wrapper">