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

Accessible Members Up Top & comment with signature method

Open pdorgambide opened this issue 8 years ago • 0 comments

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!

pdorgambide avatar Oct 29 '16 09:10 pdorgambide