We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0714f commit f53609bCopy full SHA for f53609b
src/aria/toolbar/toolbar.ts
@@ -168,7 +168,7 @@ export class Toolbar<V> {
168
exportAs: 'ngToolbarWidget',
169
host: {
170
'class': 'ng-toolbar-widget',
171
- '[attr.data-active]': '_pattern.active()',
+ '[attr.data-active]': 'active()',
172
'[attr.tabindex]': '_pattern.tabIndex()',
173
'[attr.inert]': 'hardDisabled() ? true : null',
174
'[attr.disabled]': 'hardDisabled() ? true : null',
0 commit comments