offline fixes

This commit is contained in:
Mo Bitar
2017-01-09 09:15:17 -06:00
parent 2ac3382b6d
commit 818f6aafe9
9 changed files with 277 additions and 271 deletions

View File

@@ -152,7 +152,7 @@ angular.module('app.frontend')
saveTimeout = $timeout(function(){
this.noteStatus = "Saving...";
this.saveNote();
}.bind(this), 150)
}.bind(this), 275)
}