Return to different page after camera capture?

Is there a way to return the user to a different page after camera capture and still have access to the picture taken?

Using the ionic tabs starter app, i attached a ng-click for camera capture to one of the tabs, after taking a picture, I want to show the user the content of that tab(templating) - to fill in details about the photo just taken.

Possible? Thanks.