I have an application made with IONIC that does a CRUD and can send and receive data to the server, so everything is working perfectly. The changes I make in the application are being updated on the server but are not being updated in the application itself . I used ng-href on all my calls and when they run they display the updated information, but my list (ion-list) continues to display old information. How do I get this list up to date with new server information?
NOTE: I would like something like an asynctask for ionic