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.
1448
1448
});
1449
1449
}
1450
1450
1451
- function moviePrepService (movieService ) {
1451
+ function moviesPrepService (movieService ) {
1452
1452
return movieService .getMovies ();
1453
1453
}
1454
1454
@@ -1589,13 +1589,13 @@ Invece usa la più semplice sintassi setter.
1589
1589
controller: ' Avengers' ,
1590
1590
controllerAs: ' vm' ,
1591
1591
resolve: {
1592
- moviesPrepService: moviePrepService
1592
+ moviesPrepService: moviesPrepService
1593
1593
}
1594
1594
});
1595
1595
}
1596
1596
1597
- moviePrepService .$inject = [' movieService' ];
1598
- function moviePrepService (movieService ) {
1597
+ moviesPrepService .$inject = [' movieService' ];
1598
+ function moviesPrepService (movieService ) {
1599
1599
return movieService .getMovies ();
1600
1600
}
1601
1601
` ` `
You can’t perform that action at this time.
0 commit comments