Create an AngularJS Service
Explains how to create and use an AngularJS service to share information across controllers.
Explains how to create and use an AngularJS service to share information across controllers.
Explains the basic setup for a single page application in AngularJS.
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.
Explains the dependency injection mechanism used in AngularJS and provides a basic example.
Explains the structure and initial setup of an AngularJS Application.