sync timer

This commit is contained in:
Mo Bitar
2017-01-30 15:34:36 -06:00
parent db7bd65909
commit c93eba279d

View File

@@ -7,9 +7,9 @@ angular.module('app.frontend')
syncManager.sync(null);
// refresh every 30s
// setInterval(function () {
// syncManager.sync(null);
// }, 30000);
setInterval(function () {
syncManager.sync(null);
}, 30000);
});
$scope.allTag = new Tag({all: true});