Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Refreshing ionic modal pages

Hi,

The app has a modal page that contains a list of items. When I click one of the items, is shown 3 options, one of them is to delete that item. If I choose to delete the item, I would like, after deletion, to have the list refreshed, not showing the deleted item. How can I refresh the modal page?

Thanks.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Refreshing ionic modal pages

Hello,

Could you clarify, how do you set these items and how do you delete them?

If you use ng-repeat for them and delete it from the scope variable, AngularJS automatically deletes it

Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Refreshing ionic modal pages

Hi, Sergiy. I solved the problem showing the modal page again. It works as a refresh.

Thank you

Return to “Issues”