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 7124b00 commit 0c1b234Copy full SHA for 0c1b234
README.md
@@ -30,11 +30,11 @@ USAGE
30
31
It's a filter, you use it in your html like this:
32
33
- ```<div ng-bind-html="oldText|diff:newText"></div>```
+ <div ng-bind-html="oldText|diff:newText"></div>
34
35
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
+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.
39
40
Here's a demo, that's worth more than a thousand words:
0 commit comments