2018-01-18 07:38:04 +00:00
|
|
|
import ngModule from '../module';
|
2018-02-10 15:18:01 +00:00
|
|
|
import FilterItemList from '../filter-item-list';
|
2018-01-18 07:38:04 +00:00
|
|
|
|
|
|
|
ngModule.component('vnItemHistory', {
|
2018-05-25 08:03:45 +00:00
|
|
|
template: require('./index.html'),
|
2018-02-08 11:04:33 +00:00
|
|
|
controller: FilterItemList
|
2018-01-18 07:38:04 +00:00
|
|
|
});
|