Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aeef9d8

Browse files
committed
angular-route != $routeProvider
Just to avoid confusing people later, angular-route contains $routeProvider, they're not the same thing.
1 parent 1ff050f commit aeef9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/06-routing-dependency-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is where the real fun begins!
99
Since Angular 1.2.0, the `$routeProvider` hasn't been included in the main Angular build, so we'll need to include it as a separate module.
1010

1111

12-
To download the `$routeProvider` (also called `angular-route`) go to [AngularJS.org](https://angularjs.org/) and click on the blue "Download" button. Click on "Browse additional modules", select `angular-route.js` and save that file.
12+
To download the `$routeProvider` (which lives inside `angular-route`) go to [AngularJS.org](https://angularjs.org/) and click on the blue "Download" button. Click on "Browse additional modules", select `angular-route.js` and save that file.
1313

1414

1515
```html

0 commit comments

Comments
 (0)