Hello, I am a big fan of angular js and i studying this technology from www.w3school.com.
In my practice application i am calling a [webmethod] created in .net technology and i want to display the data which is return by webmethod through [AngularJS XMLHttpRequest ] action. when i given url "http://www.w3schools.com/website/Customers_JSON.php" then it work fine but it gives error when getting a data from my webmethod. http://www.w3schools.com/website/Customers_JSON.php page contain data in following format data [{ "Name" : "Alfreds Futterkiste", "City" : "Berlin", "Country" : "Germany" }, { "Name" : "Berglunds snabbköp", "City" : "Luleå", "Country" : "Sweden" }] and my webmethod return data in following format [{"name":"Cipla Ltd."}, {"name":"Aurobindo Pharma Ltd"}] I tried lot of time to resolve this issue but I can not solve this issue. Please give me a proper solution regarding to this issue Thanks. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
