Search code examples
angularjsrestangular

Restangular application


I have an angularJs application with restAngularJS. Application is working fine on Desktop browsers.
When I am trying same on Ipad (chrome / safari / firefox) application is not working. I am getting 304 code on apache log. Any Idea where to hit to solve this problem... any approach.

From mobile device or ipad I am not getting HIT on my PHP rest url e.g. /api/students/ . But from desktop this was not a case. any clue?


Solution

  • Code 304 does not mean error, it means that your data has been cached. So, could be a layout issue for this data, or a bunch of possibilities.