Get our complete web development courses here ▻ https://www.simonsezit.com/course-category/web-development/ During AngularJS training tutorial, discover …
Original source
Angular Tutorials for Beginners – Part 7 – How to Use AngularJS to Create, Update and Delete Data
Tags
a..., angularjs controller inheritance, angularjs controllers in module, controllers, controllers in angular, create angularjs controllers, crud, delete, mysql tutorial, update
Share :
- tweet
-
About the : d4mer
sistema biblioteca php Mysql(CODIGO FUENTE GRATIS)
April 12th, 2019Apache, PHP & MySql on Docker
April 11th, 2019Python Flask and Vue Tutorial – Video 1
April 11th, 2019Importing MySQL Database
April 11th, 2019sistema escolar php y mysql Codigo Fuente Gratis
April 10th, 2019Connecting to MySQL database on Wampserver from any host (Computer)
April 10th, 20197 Comments
Leave A Comment
You must be logged in to post a comment.
armagedoc66
Thanks Simon! Want to ask something, these editings wont change my original data.json file right? I know how to get the data by http wise, but is there a video that shows how to send the edited values back?
Bill Kamm
Nice video, but there is something I am unclear on. Let's say I have a database with the data you show in your example, and Priscilla Smith gets married and changes her name to Priscilla Jones. I'd like to type her new name in the input box, click the Save button, and have her name changed in the DB. The sql would look like this:
update table set name='Priscilla Jones' where name = 'Priscilla Smith';
In order to do that, the $scope.save function needs to know both her old name and her new name. How can I pass both names to the function? Thanks.
Hounaida Zannoun
thank you , very nice explain.
نزار على
thank you dear
Юрій Ваврін
yeah, but now objects have their number in the lis, and when u try to add second or third user, its just editing the first.
Zaif Warm
very nice explain.thanks for this and please tell me how can i get this full code,i want this code which u have implemented.and also tell which editor u r using.
inightmare2
could I have the link to the jsfiddle I would like to check it out thank you.