diff options
| author | Igor Minar | 2010-11-18 11:33:09 -0800 | 
|---|---|---|
| committer | Igor Minar | 2010-11-18 11:33:09 -0800 | 
| commit | 7f339a17822aea25655b3bf14c7465f6c8bf103f (patch) | |
| tree | 5810487603942abe4ee91d1c2a9915a70045bbbd /src | |
| parent | 72a5f007d8aae1d97942ff94eee802792268f8cb (diff) | |
| download | angular.js-7f339a17822aea25655b3bf14c7465f6c8bf103f.tar.bz2 | |
escape code in ng:bind-attr jsdoc
Diffstat (limited to 'src')
| -rw-r--r-- | src/directives.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directives.js b/src/directives.js index d47d993d..007bbe75 100644 --- a/src/directives.js +++ b/src/directives.js @@ -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`  | 
