You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorial/06-routing-dependency-injection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This is where the real fun begins!
9
9
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.
10
10
11
11
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.
0 commit comments