b5a40473ab
* ui: Move more menu subcomponents deeper down into popovermenu * ui: Simplify aria-menu component+remove auto menu close on route change * Add ember-string-fns * Use new PopoverMenu sub components and fix up tests * Fix up wrong closing let * Remove dcs from the service show page now we have it in the navigation
10 lines
250 B
Handlebars
10 lines
250 B
Handlebars
{{yield
|
|
(action 'change')
|
|
(action 'keypress')
|
|
(action 'keypressClick')
|
|
(hash
|
|
labelledBy=(concat 'component-aria-menu-trigger-' guid)
|
|
controls=(concat 'component-aria-menu-menu-' guid)
|
|
expanded=(if expanded 'true' undefined)
|
|
)
|
|
}} |