Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Persisting boolean button state. Fixes #4.
Browse files Browse the repository at this point in the history
Signed-off-by: Max Waterman <max.waterman@intel.com>
  • Loading branch information
Max Waterman authored and bdilly committed Sep 24, 2015
1 parent 84f9c21 commit cf22385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/elements/slv-members-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h1>
<div class="field no-label">
<slv-boolean-button id="member-{{ member.name }}"
data-member="{{ member.name }}"
on-blur="{{ save }}"
on-toggle="{{ save }}"
val="{{ member.value }}">
</slv-boolean-button>
</div>
Expand Down

0 comments on commit cf22385

Please sign in to comment.