Skip to content

Commit ce7d5b7

Browse files
alextsgtoddmotto
authored andcommitted
Update README.md (toddmotto#137)
1 parent bef7a95 commit ce7d5b7

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
@@ -653,7 +653,7 @@ import './todo.scss';
653653
export const TodoModule = angular
654654
.module('todo', [])
655655
.component('todo', TodoComponent)
656-
.directive('todoAutofocus', () => new TodoAutoFocus)
656+
.directive('todoAutofocus', () => new TodoAutoFocus())
657657
.name;
658658
```
659659

0 commit comments

Comments
 (0)