UI Deploy

Curated, Short, Web UI Dev we Love.

Make Jsonp Requests With AngularJs

There are a couple ways to make cross domain requests from a client browser. One method is called Jsonp or Json with padding. The AngularJs library makes this really simple.

view source

Advertisement