AngularJS Service: $http
AngularJS sends and receives external data by using the $http service. This post shows an example with get and post requests.
AngularJS sends and receives external data by using the $http service. This post shows an example with get and post requests.
Explains the use of Angular directive ng-repeat.
The Angular directive ng-class is used to add CSS classes to HTML elements when certain conditions are met. This post explains how to use the ng-class directive.
Explains the use of Angular directives ng-if, ng-show, and ng-hide
Explains through a simple example how data binding is implemented in AngularJS using the ng-model directive and interpolation.