Skip to content

Commit 6613b0e

Browse files
chore(addon/components/paper-select-options): migrate from pod to colocated template.
1 parent 7a9d091 commit 6613b0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

addon/components/paper-select/options/index.hbs renamed to addon/components/paper-select-options.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
{{else}}
3131

32-
<PaperSelect::Option
32+
<PaperSelectOption
3333
class="ember-power-select-option"
3434
aria-selected="{{ember-power-select-is-selected opt @select.selected}}"
3535
aria-disabled={{if opt.disabled "true"}}
@@ -39,7 +39,7 @@
3939
tabindex={{if opt.disabled "-1" "0"}}
4040
selected={{if (ember-power-select-is-selected opt @select.selected) "selected" undefined}}>
4141
{{yield opt @select}}
42-
</PaperSelect::Option>
42+
</PaperSelectOption>
4343

4444
{{/if}}
4545

@@ -76,7 +76,7 @@
7676

7777
{{else}}
7878

79-
<PaperSelect::Option
79+
<PaperSelectOption
8080
class="ember-power-select-option"
8181
aria-selected="{{ember-power-select-is-selected opt @select.selected}}"
8282
aria-disabled={{if opt.disabled "true"}}
@@ -86,7 +86,7 @@
8686
tabindex={{if opt.disabled "-1" "0"}}
8787
selected={{if (ember-power-select-is-selected opt @select.selected) "selected" undefined}}>
8888
{{yield opt @select}}
89-
</PaperSelect::Option>
89+
</PaperSelectOption>
9090

9191
{{/if}}
9292

0 commit comments

Comments
 (0)