Comment on Best practices for JS and CSS organizationparentComments−joevandyk15yI agree. If you change the names of your controllers, or need the same css in a different controller, you have to make css changes.This can be a pain. Better to decouple your css from the backend.
Comments
I agree. If you change the names of your controllers, or need the same css in a different controller, you have to make css changes.
This can be a pain. Better to decouple your css from the backend.