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

Commit 2b6c2c5

Browse files
docs(Attributes): ensure code sample is not escaped
Closes #6649
1 parent 0f4016c commit 2b6c2c5

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
@@ -2001,7 +2001,9 @@ function directiveNormalize(name) {
20012001
* element attributes. The values reflect current binding state `{{ }}`. The normalization is
20022002
* needed since all of these are treated as equivalent in Angular:
20032003
*
2004+
* ```
20042005
* <span ng:bind="a" ng-bind="a" data-ng-bind="a" x-ng-bind="a">
2006+
* ```
20052007
*/
20062008

20072009
/**

0 commit comments

Comments
 (0)