Skip to content

Commit 068e9b6

Browse files
committed
Merge pull request johnpapa#203 from johnpapa/develop
Oops! named the route resolve function
2 parents 153fe27 + 8b0fe57 commit 068e9b6

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
@@ -1367,7 +1367,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
13671367
});
13681368
}
13691369

1370-
function(movieService) {
1370+
function moviePrepService(movieService) {
13711371
return movieService.getMovies();
13721372
}
13731373

0 commit comments

Comments
 (0)