Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have a content editor Web Part and in that using Angular js I need to display few columns from a SharePoint list. This has to be done in SharePoint 2010

Is this possible using Angular js ? If yes, Please let me know how.


Thanks & Regards,
Mathi
Posted

1 solution

You can use SPServices and get list items.

Here is a blog for your reference : Get Items from SharePoint List and display in SharePoint using Content Editor Web Part and HTML table

You can use Angular to bind your results in Complete function !
 
Share this answer
 
Comments
Mathi2code 7-Jul-15 9:28am    
Thanks for your reply Kaushal, the link which you have shared uses only SPServices to retrieve but I require this to be done by Angular JS only.
KaushalJB 8-Jul-15 2:24am    
Then you need to develop and API for sure and make a call through Angular JS. This is how it can work !!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900