eliminadas propiedades innecesarias de icon button
This commit is contained in:
parent
b569247e91
commit
66daec4487
|
@ -22,9 +22,7 @@ ngModule.component('vnIconButton', {
|
|||
template: require('./icon-button.html'),
|
||||
bindings: {
|
||||
icon: '@',
|
||||
className: '@?',
|
||||
enabled: '<?',
|
||||
label: '@?'
|
||||
enabled: '<?'
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue