ngRoute

Improve this Doc ngRoute

ngRoute

The ngRoute module provides routing and deeplinking services and directives for angular apps.

See $route for an example of configuring and using ngRoute.

Installation

First include angular-route.js in your HTML:

<script src="angular.js">
<script src="angular-route.js">

You can download this file from the following places: