File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1448,7 +1448,7 @@ Invece usa la più semplice sintassi setter.
14481448 });
14491449 }
14501450
1451- function moviePrepService (movieService ) {
1451+ function moviesPrepService (movieService ) {
14521452 return movieService .getMovies ();
14531453 }
14541454
@@ -1589,13 +1589,13 @@ Invece usa la più semplice sintassi setter.
15891589 controller: ' Avengers' ,
15901590 controllerAs: ' vm' ,
15911591 resolve: {
1592- moviesPrepService: moviePrepService
1592+ moviesPrepService: moviesPrepService
15931593 }
15941594 });
15951595 }
15961596
1597- moviePrepService .$inject = [' movieService' ];
1598- function moviePrepService (movieService ) {
1597+ moviesPrepService .$inject = [' movieService' ];
1598+ function moviesPrepService (movieService ) {
15991599 return movieService .getMovies ();
16001600 }
16011601 ` ` `
You can’t perform that action at this time.
0 commit comments