missing semicolon
This commit is contained in:
parent
9d44491931
commit
33dbbc09c3
|
@ -13,7 +13,7 @@
|
||||||
if (syncOnLoad) {
|
if (syncOnLoad) {
|
||||||
$scope.$on('$viewContentLoaded', function () {
|
$scope.$on('$viewContentLoaded', function () {
|
||||||
$timeout(function () {
|
$timeout(function () {
|
||||||
syncService.fullSync(function () { })
|
syncService.fullSync(function () { });
|
||||||
}, 0);
|
}, 0);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue