aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2010-11-18 11:33:09 -0800
committerIgor Minar2010-11-18 11:33:09 -0800
commit7f339a17822aea25655b3bf14c7465f6c8bf103f (patch)
tree5810487603942abe4ee91d1c2a9915a70045bbbd
parent72a5f007d8aae1d97942ff94eee802792268f8cb (diff)
downloadangular.js-7f339a17822aea25655b3bf14c7465f6c8bf103f.tar.bz2
escape code in ng:bind-attr jsdoc
-rw-r--r--src/directives.js2
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`