Ionic model need to be refreshed

Hi i am using ionic modal in my application when i close it it does not refresh and open it after it shows only the previous one …help me to solve this.

I need it to be refreshed

Hi @muraleecse,

If in modal you are having any form, and you need to reset that form then you can use below mentioned lines.

form.$setPristine();
form.$setUntouched();

It would be good if you could paste the code of your controller where you are facing this issue. May be then I can help you in a better manner.

sry i have not any form in that modal

yeah, but you need to manually reset your model

ok bengtler how can i manually refresh that modal?