Skip to content

Instantly share code, notes, and snippets.

@pmkhoa
Created February 4, 2016 21:03
Show Gist options
  • Save pmkhoa/2eb24bcca8563ad7277c to your computer and use it in GitHub Desktop.
Save pmkhoa/2eb24bcca8563ad7277c to your computer and use it in GitHub Desktop.
Ember inline toggle property
<a {{action (action (mut inlineProp) (if inlineProp false true))}}>{{inlineProp}}</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment