We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4f63b commit 197fe08Copy full SHA for 197fe08
docs/static/examples/ng-window/ng-window.html
@@ -1,5 +1,6 @@
1
<section ng-app>
2
- Try disabling your network connection
+ In Chrome DevTools: Open <b>Network tab</b> → Select
3
+ <b>Throttling</b> dropdown -> Click <b>Offline</b> checkbox
4
<div ng-window-online="online = true">Connected: {{ online }}</div>
5
<div ng-window-offline="offline = true">Disconnected: {{ offline }}</div>
6
</section>
0 commit comments