dose-amigos / dose-amigos-ionic

Mobile code for Dose Amigos: Don't miss a dose with help from your amigos.
1 stars 4 forks source link

Refresh Page Data Before Popping Back to Them #66

Closed mckoon closed 8 years ago

mckoon commented 8 years ago

There are a few places in the app where we have a page open to create/edit data, and then we pop() the page off the stack to return to the original page. This page is often a listing of the same data that the page on top was editing, so popping off the page is showing stale data.

Refresh the pages behind before calling nav.pop().