We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b327f0 commit c75fb80Copy full SHA for c75fb80
docs/content/guide/component.ngdoc
@@ -133,7 +133,7 @@ components should follow a few simple conventions:
133
For a deletion, that means the component doesn't delete the `hero` itself, but sends it back to
134
the owner component via the correct event.
135
```html
136
- <!-- not that we use snake case for bindings in the template as usual -->
+ <!-- note that we use snake case for bindings in the template as usual -->
137
<editable-field on-update="$ctrl.update('location', value)"></editable-field><br>
138
<button ng-click="$ctrl.onDelete({hero: $ctrl.hero})">Delete</button>
139
```
0 commit comments