angular-styleguide icon indicating copy to clipboard operation
angular-styleguide copied to clipboard

Screenshot violating Y124

Open hut8 opened this issue 8 years ago • 2 comments

In here:

above-the-fold-1

You have a controller named Speakers. This seems to go contrary to Y124 and every other example in the guide, such as:

/* recommended */
function SessionsController() {
    var vm = this;

This is a great guide. Thanks very much for it!

hut8 avatar Jan 22 '16 03:01 hut8

I agree, this looks like it should be fixed.

(Screenshot is in Y033 for reference)

zachlysobey avatar Jan 22 '16 17:01 zachlysobey

PR anyone?

johnpapa avatar Sep 05 '16 18:09 johnpapa