Skip to content

Commit f53609b

Browse files
committed
refactor(aria/toolbar): Add accessors for pattern properties
1 parent 8a0714f commit f53609b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aria/toolbar/toolbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export class Toolbar<V> {
168168
exportAs: 'ngToolbarWidget',
169169
host: {
170170
'class': 'ng-toolbar-widget',
171-
'[attr.data-active]': '_pattern.active()',
171+
'[attr.data-active]': 'active()',
172172
'[attr.tabindex]': '_pattern.tabIndex()',
173173
'[attr.inert]': 'hardDisabled() ? true : null',
174174
'[attr.disabled]': 'hardDisabled() ? true : null',

0 commit comments

Comments
 (0)