Closed ScottSmix closed 7 years ago
Would be nice to have a {{yield}} at line 6 on template.hbs so that we can add our own question labels like:
{{#x-toggle value=showHidden onToggle=(mut showHidden)}} Show hidden? {{/x-toggle}}
Any thoughts?
Sounds reasonable.
Give https://github.com/knownasilya/ember-toggle/tree/simplify a try, see the example here: https://github.com/knownasilya/ember-toggle/blob/simplify/tests/dummy/app/templates/application.hbs#L184
The above changes are now in the master branch. See the dummy app for examples.
Would be nice to have a {{yield}} at line 6 on template.hbs so that we can add our own question labels like:
{{#x-toggle value=showHidden onToggle=(mut showHidden)}} Show hidden? {{/x-toggle}}
Any thoughts?