mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-15 18:23:09 +00:00
escape code in ng:bind-attr jsdoc
This commit is contained in:
parent
72a5f007d8
commit
7f339a1782
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ var REMOVE_ATTRIBUTES = {
|
||||||
* `ng:bind-attr` in the HTML since embedding
|
* `ng:bind-attr` in the HTML since embedding
|
||||||
* <tt ng:non-bindable>{{expression}}</tt> into the
|
* <tt ng:non-bindable>{{expression}}</tt> into the
|
||||||
* attribute directly is the preferred way. The attributes get
|
* attribute directly is the preferred way. The attributes get
|
||||||
* translated into <span ng:bind-attr="{attr:expression}"/> at
|
* translated into `<span ng:bind-attr="{attr:expression}"/>` at
|
||||||
* bootstrap time.
|
* bootstrap time.
|
||||||
*
|
*
|
||||||
* This HTML snippet is preferred way of working with `ng:bind-attr`
|
* This HTML snippet is preferred way of working with `ng:bind-attr`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue