removed unused binding
This commit is contained in:
parent
05b23127b4
commit
d7c063f389
|
@ -6,7 +6,6 @@ ngModule.component('vnFetchedTags', {
|
||||||
bindings: {
|
bindings: {
|
||||||
maxLength: '<',
|
maxLength: '<',
|
||||||
item: '<',
|
item: '<',
|
||||||
title: '<',
|
|
||||||
subName: '<?'
|
subName: '<?'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue