I want to clear the cache after some values are selected. $ionicHistory.clearCache() is not working for me
@sanchit it seems like others are having the same problem.
I haven’t seen much word from Ionic devs yet on this issue
There are discussions here, bugs opened on Github… Let’s see what they do with the release candidate about that
The problem is when you have cached views enabled, the controller does not run again. even if you clear cache with $ionicHistory.clearCache()
;
there is any workaround for this bug ?