Angular Tutorials for Beginners - Part 9 - Using the Angular HTTP Service to Get Data

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

During AngularJS training tutorial, discover how you can use HTTP service to retrieve data from a remote server when working with AngularJS. You'll also learn how to generate dummy data in JSON format which you can use for testing purposes when creating an application using AngularJS.

Stay in touch:

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

Hi Simon,

Let say, i make it in table. Can it filter each column using ng-model?

nurulnazirah
Автор

This is doesn't work as it is anymore.
.success() was changed to .then(), and you need to use $scope.users = result.data because of how the arrays are.

craftmoon-vas