This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
HTML in documentation being put into doc as actual HTML #6649
Closed
Description
When going to the documentation for attributes here: http://docs.angularjs.org/api/ng/type/$compile.directive.Attributes I see the following:
The example of the <span> with the different ways of doing including attributes is not visible. By inspecting the page, I see:
So, the html included in the comments of the source (https://github.com/angular/angular.js/blob/master/src/ng/compile.js#L1963) is getting put into the page as straight HTML, making it not useful, since you can't actually see what the doc is talking about.
I don't know how the source needs to be changed to prevent this, so I wanted to log an issue about it.