diff options
| author | Misko Hevery | 2012-03-09 15:12:48 -0800 |
|---|---|---|
| committer | Misko Hevery | 2012-03-11 21:31:35 -0700 |
| commit | 3e5377f4f3b1d0f06af50e21026835bee0556b4a (patch) | |
| tree | 156df16f60ddf501df847050946d9ed0765967d2 /docs/src/dom.js | |
| parent | 488a03631eb69794fd158f3f0df34d936084aec4 (diff) | |
| download | angular.js-3e5377f4f3b1d0f06af50e21026835bee0556b4a.tar.bz2 | |
doc(fixes): to better support ng-directive notation
Diffstat (limited to 'docs/src/dom.js')
| -rw-r--r-- | docs/src/dom.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/dom.js b/docs/src/dom.js index bda90373..e5320c5f 100644 --- a/docs/src/dom.js +++ b/docs/src/dom.js @@ -19,7 +19,8 @@ function DOM() { var INLINE_TAGS = { i: true, - b: true + b: true, + a: true }; DOM.prototype = { |
