Skip to content

Commit 82ba09a

Browse files
GabrielGiltoddmotto
authored andcommitted
fix: Injector annotation typo (toddmotto#154)
1 parent c50b574 commit 82ba09a

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
@@ -675,7 +675,7 @@ Here's an example implementation for our `<todo>` app using ES2015 `Class`:
675675
/* ----- todo/todo.service.js ----- */
676676
export class TodoService {
677677
constructor($http) {
678-
'ngInject;'
678+
'ngInject';
679679
this.$http = $http;
680680
}
681681
getTodos() {

0 commit comments

Comments
 (0)