Skip to content

Commit 9ea51ed

Browse files
author
IndexOverflow
committed
added note about di. for directives
1 parent f7aa8ab commit 9ea51ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,8 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
11311131
11321132
Note: The directive below demonstrates some of the ways you can use scope inside of link and directive controllers, using controllerAs. I in-lined the template just to keep it all in one place.
11331133
1134+
Note: Regarding dependency injection, see [Manually Identify Dependencies](#manual-annotating-for-dependency-injection).
1135+
11341136
```html
11351137
<div my-example max="77"></div>
11361138
```

0 commit comments

Comments
 (0)