angular-hint
angular-hint copied to clipboard
Allow Ctrl instead of Controller suffix
"Controller" is quite lengthy. I suffix my controllers with "Ctrl" instead, and I know a lot of others do also. If I want to keep my controllerAs names the same as my controller names (except being camel cased instead of pascal cased), it would mean seeing "Controller" many, many times in my templates. I'm usually against using abbreviations in naming, but I made an exception here due to the frequency it gets repeated in my templates.