You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,12 @@ These rules help you to enforce the usage of angular wrappers.
179
179
* [typecheck-string](docs/typecheck-string.md) - use `angular.isString` instead of `typeof` comparisons
180
180
* [window-service](docs/window-service.md) - use `$window` instead of `window` ([y180](https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md#style-y180))
181
181
182
+
### Misspelling
183
+
184
+
These rules help you avoiding misspellings.
185
+
186
+
* [on-destroy](docs/on-destroy.md) - Check for common misspelling $on('destroy', ...).
0 commit comments