2018-01-25 13:14:58 +00:00
|
|
|
import ngModule from '../module';
|
2018-04-24 12:40:12 +00:00
|
|
|
import './style.scss';
|
2018-01-25 13:14:58 +00:00
|
|
|
|
|
|
|
ngModule.component('vnItemDescriptor', {
|
2018-04-04 17:59:03 +00:00
|
|
|
template: require('./descriptor.html'),
|
2018-01-25 13:14:58 +00:00
|
|
|
bindings: {
|
2018-03-02 09:51:01 +00:00
|
|
|
item: '<',
|
|
|
|
itemTags: '<',
|
|
|
|
tags: '<'
|
2018-01-25 13:14:58 +00:00
|
|
|
}
|
|
|
|
});
|