Angular Tutorials for Beginners - Part 7 - How to Use AngularJS to Create, Update and Delete Data

preview_player
Показать описание

During AngularJS training tutorial, discover how to insert and update data in your application using Angular. You'll discover how to add input fields for the new data and at the same time edit the set data from your application.

Stay in touch:

If you enjoyed the video, please give a "thumbs up" and subscribe to the channel ;-)
Рекомендации по теме
Комментарии
Автор

Thanks Simon! You help me a lot. I'm very grateful!!

adriansilvadonascimento
Автор

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.

Zaifff
Автор

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.

BKamm
Автор

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?

armagedoc
Автор

could I have the link to the jsfiddle I would like to check it out thank you.

inightmare
Автор

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.

MrGeorge