mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +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
|
||||
* <tt ng:non-bindable>{{expression}}</tt> into the
|
||||
* 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.
|
||||
*
|
||||
* This HTML snippet is preferred way of working with `ng:bind-attr`
|
||||
|
|
|
|||
Loading…
Reference in a new issue