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-05-25 08:03:45 +00:00
|
|
|
template: require('./index.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
|
|
|
}
|
|
|
|
});
|