Skip to content

Instantly share code, notes, and snippets.

@ChangJoo-Park
Created May 13, 2020 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChangJoo-Park/d5b56726bb7101e99dec7e9ad2dba018 to your computer and use it in GitHub Desktop.
Save ChangJoo-Park/d5b56726bb7101e99dec7e9ad2dba018 to your computer and use it in GitHub Desktop.
<!-- Ember Octane -->
<div>
<button type="button" {{on 'click' this.toggleShown}}>toggle</button>
</div>
{{#if this.isShown }}
<div>Show</div>
{{else}}
<div>Hide</div>
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment