Skip to content

Commit 5d7ef81

Browse files
committed
[it-IT] Updated as PR johnpapa#370
1 parent 678dbd5 commit 5d7ef81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

i18n/it-IT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)