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 f3543a9 commit e5a5667Copy full SHA for e5a5667
example/unicorn/templates/unicorn/todo.html
@@ -12,7 +12,7 @@
12
<p class="control">
13
<span>
14
<button unicorn:click="add" class="button is-info">Add</button>
15
- <button unicorn:click="reset" class="button is-danger" {% if not tasks %}disabled{% endif %} style="border-radius: 4px;">Clear all tasks</button>
+ <button unicorn:click="$reset" class="button is-danger" {% if not tasks %}disabled{% endif %} style="border-radius: 4px;">Clear all tasks</button>
16
</span>
17
18
<span u:loading style="position: relative; left: 6px;">
0 commit comments