Difference between revisions of "Checking online status in AngularJS"
From Wiki2
(Created page with " ==Checking online status in AngularJS== Often apps can do useful work while offline. While online and connected to the server additional functionality is enabled. Knowing if ...") |
(No difference)
|
Revision as of 11:15, 28 August 2014
Checking online status in AngularJS
Often apps can do useful work while offline. While online and connected to the server additional functionality is enabled. Knowing if a device is connected to the internet or if its server is available is the subject of this article.
tags: interceptors, polling, $interval