Angular JS + SharePoint List + Rest API
angularjs, javascript, rest, sharepoint
Solution
I found a nice and easy article by Saikiran Sheshagiri, explaining how to get List Data in SharePoint 2013 using Rest api and AngularJS .
Found another great article by Jeremy Thake, explaining how to use REST API to Host Web with AngularJS Services.
Problem
Below is the simple task I want to do : 1) Create a simple form – employee details form and use SharePoint list to save the data. 2) You have to complete CRUD operations for that employee details by using angularjs and rest services. If you will use SharePoint list then you don’t need to write service code separately, REST API is already available for this. So what I need to do is to communicate `SharePoint` list with `AngularJs` and `REST`. I am new to `AngularJs` , `Sharepoint` and `REST`. Tried to search on google but could not find same.