Skip to content

Commit 7a6135f

Browse files
committed
Remove $routeProvider from example
1 parent e75a7c1 commit 7a6135f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Another handy feature is the ability to have more than one view per template. Pl
185185
3. Set up your states in the module config:
186186
>
187187
```javascript
188-
myapp.config(function($stateProvider, $routeProvider){
188+
myapp.config(function($stateProvide){
189189
$stateProvider
190190
.state('index', {
191191
url: "", // root route

0 commit comments

Comments
 (0)