Learn advanced programming

AngularJS Routing using UI-Router with Example

We have already covered how routing works in AngularJS using ng-Route. In this article, we will go through another approach i.e using UI-Router. Before you step into UI-Router you may want to go through ng-Route to better understand this. What is Angular UI-Router? The UI-Router is a routing framework for AngularJS built by the AngularUI team. …

AngularJS Routing using UI-Router with Example Read More »

Dependency Injection in AngularJS

In this article, we will understand what is Dependency Injection and how it is used in AngularJS. We have demonstrated the Dependency Injection in AngularJS using simple examples. Go through the following links to know what is AngularJS and what are the basic building blocks of the AngularJS. What is Dependency Injection (DI)? Dependency Injection …

Dependency Injection in AngularJS Read More »