ui/lib/shared/addon/components/input-integer/template.hbs

6 lines
57 B
Handlebars

{{#if editing}}
{{yield}}
{{else}}
{{value}}
{{/if}}