Skip to content

Commit

Permalink
fix: css dialog container should not bind to class and style
Browse files Browse the repository at this point in the history
  • Loading branch information
Shlomi Assaf (shlassaf) committed Aug 25, 2016
1 parent c767788 commit e8196e8
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -20,9 +20,7 @@ import { Class } from '../framework/utils';
selector: 'css-dialog-container',
host: {
'[attr.tabindex]': 'tabIndex',
'[attr.role]': 'role',
'[attr.class]': 'cssClass',
'[attr.style]': 'styleStr'
'[attr.role]': 'role'
},
encapsulation: ViewEncapsulation.None,
template: `<span #modalDialog></span>`
Expand Down

0 comments on commit e8196e8

Please sign in to comment.