Skip to content

Commit ca143f4

Browse files
committed
Fixed the wrong demo example.
1 parent d7fcc7e commit ca143f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use it in your project.
3333
<html ng-app="ngApp">
3434
...
3535
<body>
36-
<hovercard hover-tmpl-url="'hoverCardDetail.tmpl'">Hover over here</hovercard>.
36+
<hovercard hover-tmpl-url="hoverCardDetail.tmpl">Hover over here</hovercard>.
3737
...
3838
</body>
3939
</html>

0 commit comments

Comments
 (0)