Skip to content

Commit d85aac7

Browse files
committed
Merge pull request angular-ui#729 from eduardomb/master
docs(README): remove $routeProvider injection
2 parents 86eacac + 4bd724b commit d85aac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ interfaces more effectively by nesting your views, and pairing those views with
184184
**(3)** Set up your states in the module config:
185185
>
186186
```javascript
187-
myApp.config(function($stateProvider, $routeProvider){
187+
myApp.config(function($stateProvider) {
188188
$stateProvider
189189
.state('index', {
190190
url: "",

0 commit comments

Comments
 (0)