it could also be the default ionic caching. poor design decision IMO unless most people just don’t make data-driven apps? to disable, set this in an angular.module.config
$ionicConfigProvider.views.maxCache(0);
it could also be the default ionic caching. poor design decision IMO unless most people just don’t make data-driven apps? to disable, set this in an angular.module.config
$ionicConfigProvider.views.maxCache(0);