We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0c27d commit 9b47626Copy full SHA for 9b47626
README.md
@@ -32,10 +32,10 @@ It's a filter, you use it in your html like this:
32
33
```<div ng-bind-html="oldText|diff:newText"></div>```
34
35
- This will show the diff between ```oldText``` and ```newText```
+This will show the diff between ```oldText``` and ```newText```
36
37
- Note that the filter returns html with <ins> and <del> tags, so in order to
38
- display it you have to use ng-bind-html.
+Note that the filter returns html with '''<ins>''' and '''<del>''' tags, so in order to
+display it you have to use ng-bind-html.
39
40
Here's a demo, that's worth more than a thousand words:
41
0 commit comments