diff --git a/addon/components/array-input.hbs b/addon/components/array-input.hbs index b224993..ff9b0eb 100644 --- a/addon/components/array-input.hbs +++ b/addon/components/array-input.hbs @@ -9,7 +9,16 @@
{{#each this.data as |datum index|}}
- +
diff --git a/addon/components/aside-item-scroller.hbs b/addon/components/aside-item-scroller.hbs index a61271f..85bde0d 100644 --- a/addon/components/aside-item-scroller.hbs +++ b/addon/components/aside-item-scroller.hbs @@ -6,7 +6,18 @@ {{/if}}
- +
{{#each-in this.itemsGroupByTitleLetter as |key items|}}
@@ -22,12 +33,12 @@
{{/each}} - {{else}} -
-
-

No {{pluralize this.resource}}

-
+ {{else}} +
+
+

No {{pluralize this.resource}}

+
{{/each-in}}
@@ -39,7 +50,8 @@

{{this.title}}

- Search {{pluralize @items.length this.resource}} + Search + {{pluralize @items.length this.resource}}

@@ -67,13 +79,17 @@ {{/if}} {{#each-in this.itemsGroupByTitleLetter as |key items|}} -
+

{{capitalize key}}

    {{#each items as |item|}}
  • -
    +
    {{yield item}}
    @@ -81,19 +97,25 @@
  • {{/each}}
- {{else}} -
-
-

No {{pluralize this.resource}}

-
+ {{else}} +
+
+

No {{pluralize this.resource}}

+
{{/each-in}} {{#if @customBottomItemComponent}}