mirror of
https://github.com/status-im/consul.git
synced 2025-02-07 11:24:21 +00:00
* Modify templates with codemods angle brackets * ui: Fix up problem with intention filter action attribute Co-authored-by: Kenia <19161242+kaxcode@users.noreply.github.com>
6 lines
370 B
Handlebars
6 lines
370 B
Handlebars
<EmberNativeScrollable @tagName="ul" @content-size={{_contentSize}} @scroll-left={{_scrollLeft}} @scroll-top={{_scrollTop}} @scrollChange={{action "scrollChange"}} @clientSizeChange={{action "clientSizeChange"}}>
|
|
<li></li>
|
|
{{~#each _cells as |cell|~}}
|
|
<li style={{{cell.style}}}>{{yield cell.item cell.index }}</li>
|
|
{{~/each~}}
|
|
</EmberNativeScrollable> |