Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
You have one order.Say in order table
Order:OrderID,OrderDate,CustomerName,CustomerAddress
OrderItem:OrderItemId,OrderID,Productname,Quantity,Rate,Amount.
I mean one order but two item.Order will be master table and orderitem will be childtable.How do you CRUD operation in angular.js.
Posted
Comments
How you have tried?
Siffin 19-Feb-15 3:30am    
Yes I have tried with table.
Please improve your question and add the codes which you have tried.

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