I understand that Ionic Framework has its built-in nav-view caching capability using <ion-view cache-view="true">
. But is it possible to show the cached page only when no internet connection is detected? Or is this possible using AngularJS' approach?