@Everpresent wrote:
I've got a situation where I want a child view to be "called", and when it is completed, to return an object to the parent view. I'm currently hacking it together by having the child view stuff the object into an angular service, and then having the parent view handle the $ionicView.beforeEnter event, to grab the object and take necessary actions. It works but it seems like there should be a better way.
Posts: 2
Participants: 2