I'm stuck with a weird behavior of my app. It's a simple 'crud' application with the usual create, read, update and delete operations. I have developed it with AngularJS in localhost and all is working as it should. Now I have published it on a live server, but strange enough the update and delete operations fail to work. Read and create: no problem.I'm stuck with a weird behavior of my app. It's