Removed unused code
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-01-20 14:01:57 +01:00
parent c9dc9495dc
commit 5df35ea8e9
1 changed files with 1 additions and 7 deletions

View File

@ -2,15 +2,9 @@ import ngModule from '../module';
import Component from 'core/lib/component'; import Component from 'core/lib/component';
import './style.scss'; import './style.scss';
class Controller extends Component {
get rating() {
return 5;
}
}
ngModule.vnComponent('vnOrderCatalogView', { ngModule.vnComponent('vnOrderCatalogView', {
template: require('./index.html'), template: require('./index.html'),
controller: Controller, controller: Component,
bindings: { bindings: {
order: '<', order: '<',
model: '<' model: '<'