I 'm creating a mobile application using angularjs and Ionic .
One of the parts of the application is to create a list of items by calling a REST API. If I am testing the application from the desktop computer or from your mobile using WIFI , everything works perfectly and the list refreshes .
However, if the mobile prove to do the same using 3G connection, the drivers are not called when I navigate between views, and so the list is not refreshed , showing the previous value.
Can anyone help me out?