Skip to content

djsegal/yes-or-no

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b645bc Β· Nov 6, 2017

History

30 Commits
Jul 8, 2016
Jul 8, 2016
Jul 8, 2016
Dec 31, 2016
Jul 8, 2016
Jul 8, 2016
Jul 8, 2016
Jul 8, 2016
Jul 8, 2016
Jul 8, 2016
Jul 8, 2016
Jul 8, 2016
Jul 8, 2016
Jul 8, 2016
Aug 10, 2016
Jul 9, 2016
Jul 8, 2016
Jul 8, 2016
Jul 12, 2016
Jul 8, 2016

Repository files navigation

Ember Observer Score

Yes or No


Allow simple binary forking inside handlebar files for Ember:

{{#if (yes-or-no)}}
  yay!
{{else}}
  boooo
{{/if}}

or for a weighted probability skewed towards yes:

{{if (yes-or-no 0.75) 'green' 'red'}}