removed unused binding

This commit is contained in:
Gerard 2019-04-05 09:27:43 +02:00
parent 05b23127b4
commit d7c063f389
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ ngModule.component('vnFetchedTags', {
bindings: {
maxLength: '<',
item: '<',
title: '<',
subName: '<?'
}
});