angular-styleguide
angular-styleguide copied to clipboard
Accessible Members Up Top & comment with signature method
To your consideration. What think about to include inline comments up to Accessible Members to allow see method signature and increase its information at a glance. Apling at your example could be:
var service ={
showToast: true,
error: error, // (message,data,title)
info : info, // (message,data,title)
(...)
}
Congratulations for your this great styleguide!