aboutsummaryrefslogtreecommitdiffstats
path: root/src/markups.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/markups.js')
-rw-r--r--src/markups.js2
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();
}
});