Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b6aec56

Browse files
docs(Attributes): ensure code sample is not escaped
Closes #6649
1 parent e44e5f4 commit b6aec56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ng/compile.js

+2
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,9 @@ function directiveNormalize(name) {
19681968
* element attributes. The values reflect current binding state `{{ }}`. The normalization is
19691969
* needed since all of these are treated as equivalent in Angular:
19701970
*
1971+
* ```
19711972
* <span ng:bind="a" ng-bind="a" data-ng-bind="a" x-ng-bind="a">
1973+
* ```
19721974
*/
19731975

19741976
/**

0 commit comments

Comments
 (0)