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 5dbe918 commit 95f7f10Copy full SHA for 95f7f10
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