@Sujan12 wrote:
I have this app that has 4 views:
login -> list -> detail -> miscNow I'm looking for some code that reloads the view
listwhen it is entered fromloginormisc, but not when I navigated todetailand use the back button to get back tolist. Any idea how I could solve this?I thought about using
$ionicViewevents, but couldn't find out how to differentiate between where the user comes from:$scope.$on('$ionicView.beforeEnter', function() { reload(); });This (or with
$ionicView.enter) reloads every time the view is shown
Posts: 1
Participants: 1
