notes infinite scroll
This commit is contained in:
@@ -32,6 +32,11 @@ angular.module('app.frontend')
|
||||
|
||||
var isFirstLoad = true;
|
||||
|
||||
this.notesToDisplay = 20;
|
||||
this.paginate = function() {
|
||||
this.notesToDisplay += 20
|
||||
}
|
||||
|
||||
this.tagDidChange = function(tag, oldTag) {
|
||||
this.showMenu = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user