resharper-angularjs
resharper-angularjs copied to clipboard
Directive element/attribute documentation fixes
The documentation for directive elements and attributes should come from the directive. It's currently a hard coded list.
But, what value should it be? If the directive is declared with @ngdoc
, then we could use some of the documentation, but would need to truncate it. What if there is no @ngdoc
?