Skip to content

Commit 23e12ae

Browse files
committed
added file name for html in "controller as" section
1 parent f7f901c commit 23e12ae

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
@@ -381,6 +381,7 @@ Many of my styles have been from the many pair programming sessions [Ward Bell](
381381
```
382382
383383
```html
384+
<!-- avengers.html -->
384385
<div ng-controller="Avengers as vm">
385386
</div>
386387
```
@@ -404,6 +405,7 @@ Many of my styles have been from the many pair programming sessions [Ward Bell](
404405
```
405406
406407
```html
408+
<!-- avengers.html -->
407409
<div>
408410
</div>
409411
```

0 commit comments

Comments
 (0)