$http request OPTIONS? how to fix it?

Then you have a CORS problem :wink:

start your chrome with --disable-web-security
or allow Cross Origin in your webserver.

Take a look here:

1 Like