2018-01-18 07:38:04 +00:00
|
|
|
import ngModule from '../module';
|
2020-03-17 13:43:46 +00:00
|
|
|
import Section from 'salix/components/section';
|
2018-01-18 07:38:04 +00:00
|
|
|
|
2020-03-09 08:00:03 +00:00
|
|
|
class Controller extends Section {}
|
2018-05-25 08:03:45 +00:00
|
|
|
|
2020-07-24 12:22:30 +00:00
|
|
|
ngModule.vnComponent('vnItemBotanical', {
|
2018-05-25 08:03:45 +00:00
|
|
|
template: require('./index.html'),
|
|
|
|
controller: Controller
|
2018-01-18 07:38:04 +00:00
|
|
|
});
|