diff options
Diffstat (limited to 'src/markups.js')
| -rw-r--r-- | src/markups.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markups.js b/src/markups.js index f63dd146..159d7b12 100644 --- a/src/markups.js +++ b/src/markups.js @@ -52,8 +52,8 @@ angularTextMarkup('{{}}', function(text, textNode, parentElement) { cursor.after(newElement); cursor = newElement; }); + textNode.remove(); } - textNode.remove(); } }); |
