This repository was archived by the owner on Mar 26, 2018. It is now read-only.
Commit b0809c0
committed
fix(gen): switch ctrlAs name to a cameledName
I think like the predefined `MainCtrl` the name in the `controllerAs` property should not forced to start with a capital.
https://github.com/yeoman/generator-angular/blob/master/templates/javascript/app.js#L181 parent 3449274 commit b0809c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments