Skip to content

Commit 0a362e5

Browse files
committed
Merge pull request toddmotto#16 from kentcdodds/patch-1
Using "vm" for "ViewModel" to remain consistent.
2 parents c97aa6c + 3939c67 commit 0a362e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ A standardised approach for developing AngularJS applications in teams. This sty
115115
</div>
116116

117117
<!-- recommended -->
118-
<div ng-controller="MainCtrl as main">
119-
{{ main.someObject }}
118+
<div ng-controller="MainCtrl as vm">
119+
{{ vm.someObject }}
120120
</div>
121121
```
122122

0 commit comments

Comments
 (0)