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'),
|
template: require('./icon-button.html'),
|
||||||
bindings: {
|
bindings: {
|
||||||
icon: '@',
|
icon: '@',
|
||||||
className: '@?',
|
enabled: '<?'
|
||||||
enabled: '<?',
|
|
||||||
label: '@?'
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue