-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
Follow-up to #952. This...
{{#await promise then foo}}
<p>{{foo}}</p>
{{/await}}
...would be a nice shorthand for this:
{{#await promise}}
<!-- no need to show a pending state -->
{{then foo}}
<p>{{foo}}</p>
{{catch error}}
<!-- promise is guaranteed to fulfil -->
{{/await}}
paulocoghi and aubergene
Metadata
Metadata
Assignees
Labels
No labels