Skip to content

Instantly share code, notes, and snippets.

@ferclaverino
Created September 12, 2012 00:14
Show Gist options
  • Save ferclaverino/3703195 to your computer and use it in GitHub Desktop.
Save ferclaverino/3703195 to your computer and use it in GitHub Desktop.
Hey, I am offline
homeNewsQuery.getNews()
.then(function (news) {
// mostrar noticias
}, function (error) {
Offline.goOfflineMode();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment