Quantcast
Channel: Load data from ajax request (json) on startup in AngularJs - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Rahul garg for Load data from ajax request (json) on startup in...

You are getting into .error function:http://jsbin.com/oDUsuVA/3/editFor jsonp your response should be something like:callback([{"title":"License Title 1","licenseUrl":"http://cnn.com","licenseText": "...

View Article



Answer by Jayram for Load data from ajax request (json) on startup in AngularJs

I just did $http.get instead of your $http.jsonp and it did work for me.

View Article

Load data from ajax request (json) on startup in AngularJs

I have this simple page that just needs to show contents that is loaded from an external url (ajax request, response in json format)I should say I'm a AngularJS newbie.I've googled a bunch and found...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images