open-consul/ui-v2/lib/block-slots/addon/templates/components/yield-slot.hbs
John Cowen 8483f0c27c
ui: Custom version of ember-block-slots compatible with ember 3 (#5245)
The original version of ember-block-slots doesn't support ember 3 and it
seems like development has stalled on the original version.

This adds a modified version as an in-repo-addon that is compatible with
ember 3.
2019-01-30 10:56:04 +00:00

5 lines
70 B
Handlebars

{{#if isActive}}
{{yield}}
{{else}}
{{yield to='inverse'}}
{{/if}}