Skip to content

Instantly share code, notes, and snippets.

@rveitch
Last active June 10, 2020 19:09
Show Gist options
  • Select an option

  • Save rveitch/874a39246159fa75d243fe572336d02f to your computer and use it in GitHub Desktop.

Select an option

Save rveitch/874a39246159fa75d243fe572336d02f to your computer and use it in GitHub Desktop.
Ember Helpers Example
// Ember Template
<div class="progress-track" style="{{chart-value-style percentValue=@model.balance.common.percentage stylePrefix='left'}}"></div>
// Rendered Result
<div class="progress-track" style="left:67%"></div>
@rveitch
Copy link
Author

rveitch commented Jun 10, 2020

@rveitch
Copy link
Author

rveitch commented Jun 10, 2020

<div class="progress-track" {{qa-cypress attributeName=foo attributeValue=bar}}></div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment