angularcodereview-com icon indicating copy to clipboard operation
angularcodereview-com copied to clipboard

Collection of free checklists you can use to perform a code review of your Angular application.

Results 2 angularcodereview-com issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 1.10.3 to 6.8.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.8.0 > * [`c5c7086`](https://github.com/eslint/eslint/commit/c5c708666b450fb69522a55aa375626f9297dc6f) Fix: ignore aligning single line in key-spacing (fixes [#11414](https://github-redirect.dependabot.com/eslint/eslint/issues/11414)) ([#12652](https://github-redirect.dependabot.com/eslint/eslint/issues/12652)) (YeonJuan) >...

dependencies

I suggest changing [Is filtering logic handled in controller if needed?](https://github.com/jvandemo/angularcodereview-com/blob/master/src/angularjs/index.jade#L736) to "Is filtering logic handled in a service if needed?" The reason behind this is that controllers should be...