Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Bind HTML form to sharepoint list items using angular JS

$
0
0

i need to create items for the below details in sharepoint list using angular JS

<html>
<body ng-app="app">
<form name="exampleForm">
<input type="text" name="snumber" ng-model="snumber" ng-pattern="/^2-[0-9]{2}-[0-9]{3}-[0-9]{4}$/" ng-blur="formats(snumber)" maxlength="15"/> 
<input type="text" name="Name" ng-model="name" maxlength="15"/>
<input type="text" name="Amount" ng-model="Amount" maxlength="15"/>  

</div>   
</form>
</body>
</html>



Blitz



Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>