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?
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
?