Controller <directiveName>, Required by Directive 'ngClass', Can't be Found
问题 I get the error "Controller 'gssResponseGroup', required by directive 'ngClass', can't be found!" when using the linked Plunker files. Problem is, sometimes it works perfectly fine and other times I get this error. My guess is that the order of loading/compiling of the directives is not consistent. Anyone have any ideas? Plunker I don't see why it states that it can't be found. It is defined right above in the same JavaScript file. 回答1: I can't recreate your error, but I am guessing the