modules component to vnComponent working
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-07-24 14:22:30 +02:00
parent 6913f2db72
commit c62801e741
159 changed files with 159 additions and 159 deletions

View File

@ -154,7 +154,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnClaimAction', {
ngModule.vnComponent('vnClaimAction', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -11,7 +11,7 @@ class Controller extends Section {
}
}
ngModule.component('vnClaimBasicData', {
ngModule.vnComponent('vnClaimBasicData', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -196,7 +196,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClaimDetail', {
ngModule.vnComponent('vnClaimDetail', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -15,7 +15,7 @@ class Controller extends Section {
}
}
ngModule.component('vnClaimDevelopment', {
ngModule.vnComponent('vnClaimDevelopment', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -19,7 +19,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnClaimIndex', {
ngModule.vnComponent('vnClaimIndex', {
template: require('./index.html'),
controller: Controller
});

View File

@ -93,7 +93,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope', 'vnFile'];
ngModule.component('vnClaimPhotos', {
ngModule.vnComponent('vnClaimPhotos', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import SearchPanel from 'core/components/searchbar/search-panel';
ngModule.component('vnClaimSearchPanel', {
ngModule.vnComponent('vnClaimSearchPanel', {
template: require('./index.html'),
controller: SearchPanel
});

View File

@ -45,7 +45,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope', 'vnFile'];
ngModule.component('vnClaimSummary', {
ngModule.vnComponent('vnClaimSummary', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -79,7 +79,7 @@ export default class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientAddressCreate', {
ngModule.vnComponent('vnClientAddressCreate', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -81,7 +81,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnClientAddressEdit', {
ngModule.vnComponent('vnClientAddressEdit', {
template: require('./index.html'),
controller: Controller,
require: {

View File

@ -80,7 +80,7 @@ class Controller extends Section {
}
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientAddressIndex', {
ngModule.vnComponent('vnClientAddressIndex', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -83,7 +83,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientBalanceIndex', {
ngModule.vnComponent('vnClientBalanceIndex', {
template: require('./index.html'),
controller: Controller,
});

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import Section from 'salix/components/section';
ngModule.component('vnClientBasicData', {
ngModule.vnComponent('vnClientBasicData', {
template: require('./index.html'),
controller: Section,
bindings: {

View File

@ -77,7 +77,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnClientBillingData', {
ngModule.vnComponent('vnClientBillingData', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -8,7 +8,7 @@ export default class Controller extends ModuleCard {
}
}
ngModule.component('vnClientCard', {
ngModule.vnComponent('vnClientCard', {
template: require('./index.html'),
controller: Controller
});

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import SearchPanel from 'core/components/searchbar/search-panel';
ngModule.component('vnConsumptionSearchPanel', {
ngModule.vnComponent('vnConsumptionSearchPanel', {
template: require('./index.html'),
controller: SearchPanel
});

View File

@ -57,7 +57,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope', 'vnReport', 'vnEmail'];
ngModule.component('vnClientConsumption', {
ngModule.vnComponent('vnClientConsumption', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -19,7 +19,7 @@ class Controller extends Section {
}
}
ngModule.component('vnClientContact', {
ngModule.vnComponent('vnClientContact', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -86,7 +86,7 @@ export default class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientCreate', {
ngModule.vnComponent('vnClientCreate', {
template: require('./index.html'),
controller: Controller
});

View File

@ -28,7 +28,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientCreditInsuranceCreate', {
ngModule.vnComponent('vnClientCreditInsuranceCreate', {
template: require('./index.html'),
controller: Controller,
require: {

View File

@ -61,7 +61,7 @@ class Controller extends Section {
}
}
ngModule.component('vnClientCreditInsuranceIndex', {
ngModule.vnComponent('vnClientCreditInsuranceIndex', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -21,7 +21,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientCreditInsuranceInsuranceCreate', {
ngModule.vnComponent('vnClientCreditInsuranceInsuranceCreate', {
template: require('./index.html'),
controller: Controller,
require: {

View File

@ -29,7 +29,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientCreditInsuranceInsuranceIndex', {
ngModule.vnComponent('vnClientCreditInsuranceInsuranceIndex', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -34,7 +34,7 @@ class Controller extends Section {
}
}
ngModule.component('vnClientCreditCreate', {
ngModule.vnComponent('vnClientCreditCreate', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -25,7 +25,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientCreditIndex', {
ngModule.vnComponent('vnClientCreditIndex', {
template: require('./index.html'),
controller: Controller
});

View File

@ -104,7 +104,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientDmsCreate', {
ngModule.vnComponent('vnClientDmsCreate', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -85,7 +85,7 @@ class Controller extends Section {
}
}
ngModule.component('vnClientDmsEdit', {
ngModule.vnComponent('vnClientDmsEdit', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -58,7 +58,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope', 'vnFile'];
ngModule.component('vnClientDmsIndex', {
ngModule.vnComponent('vnClientDmsIndex', {
template: require('./index.html'),
controller: Controller,
});

View File

@ -162,7 +162,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnClientFiscalData', {
ngModule.vnComponent('vnClientFiscalData', {
template: require('./index.html'),
controller: Controller,
require: {card: '^vnClientCard'},

View File

@ -28,7 +28,7 @@ class Controller extends Section {
}
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientGreugeCreate', {
ngModule.vnComponent('vnClientGreugeCreate', {
template: require('./index.html'),
controller: Controller
});

View File

@ -20,7 +20,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientGreugeIndex', {
ngModule.vnComponent('vnClientGreugeIndex', {
template: require('./index.html'),
controller: Controller
});

View File

@ -21,7 +21,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnClientIndex', {
ngModule.vnComponent('vnClientIndex', {
template: require('./index.html'),
controller: Controller
});

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import Section from 'salix/components/section';
ngModule.component('vnClientLog', {
ngModule.vnComponent('vnClientLog', {
template: require('./index.html'),
controller: Section,
});

View File

@ -24,7 +24,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientMandate', {
ngModule.vnComponent('vnClientMandate', {
template: require('./index.html'),
controller: Controller
});

View File

@ -15,7 +15,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnNoteCreate', {
ngModule.vnComponent('vnNoteCreate', {
template: require('./index.html'),
controller: Controller
});

View File

@ -13,7 +13,7 @@ export default class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientNote', {
ngModule.vnComponent('vnClientNote', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -46,7 +46,7 @@ class Controller extends Component {
}
}
ngModule.component('vnClientPostcode', {
ngModule.vnComponent('vnClientPostcode', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -28,7 +28,7 @@ class Controller extends Section {
}
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientRecoveryCreate', {
ngModule.vnComponent('vnClientRecoveryCreate', {
template: require('./index.html'),
controller: Controller
});

View File

@ -12,7 +12,7 @@ class Controller extends Section {
}
}
ngModule.component('vnClientRecoveryIndex', {
ngModule.vnComponent('vnClientRecoveryIndex', {
template: require('./index.html'),
controller: Controller
});

View File

@ -85,7 +85,7 @@ class Controller extends Section {
}
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientSampleCreate', {
ngModule.vnComponent('vnClientSampleCreate', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -33,7 +33,7 @@ class Controller extends Section {
}
}
ngModule.component('vnClientSampleIndex', {
ngModule.vnComponent('vnClientSampleIndex', {
template: require('./index.html'),
controller: Controller
});

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import SearchPanel from 'core/components/searchbar/search-panel';
ngModule.component('vnClientSearchPanel', {
ngModule.vnComponent('vnClientSearchPanel', {
template: require('./index.html'),
controller: SearchPanel
});

View File

@ -42,7 +42,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope', '$http', '$translate', 'vnApp'];
ngModule.component('vnClientSms', {
ngModule.vnComponent('vnClientSms', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -38,7 +38,7 @@ class Controller extends Section {
}
}
ngModule.component('vnClientSummary', {
ngModule.vnComponent('vnClientSummary', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -64,7 +64,7 @@ export default class Controller extends Section {
}
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnClientWebAccess', {
ngModule.vnComponent('vnClientWebAccess', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -21,7 +21,7 @@ class Controller extends Section {
}
}
ngModule.component('vnClientWebPayment', {
ngModule.vnComponent('vnClientWebPayment', {
template: require('./index.html'),
controller: Controller
});

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import Section from 'salix/components/section';
ngModule.component('vnEntryBuy', {
ngModule.vnComponent('vnEntryBuy', {
template: require('./index.html'),
controller: Section,
bindings: {

View File

@ -50,7 +50,7 @@ class Controller extends ModuleCard {
}
}
ngModule.component('vnEntryCard', {
ngModule.vnComponent('vnEntryCard', {
template: require('./index.html'),
controller: Controller
});

View File

@ -3,7 +3,7 @@ import Section from 'salix/components/section';
export default class Controller extends Section {}
ngModule.component('vnEntryIndex', {
ngModule.vnComponent('vnEntryIndex', {
template: require('./index.html'),
controller: Controller
});

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import Section from 'salix/components/section';
ngModule.component('vnEntryLog', {
ngModule.vnComponent('vnEntryLog', {
template: require('./index.html'),
controller: Section,
});

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import SearchPanel from 'core/components/searchbar/search-panel';
ngModule.component('vnEntrySearchPanel', {
ngModule.vnComponent('vnEntrySearchPanel', {
template: require('./index.html'),
controller: SearchPanel
});

View File

@ -21,7 +21,7 @@ class Controller extends Section {
}
}
ngModule.component('vnEntrySummary', {
ngModule.vnComponent('vnEntrySummary', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -32,7 +32,7 @@ class Controller extends ModuleCard {
}
}
ngModule.component('vnInvoiceOutCard', {
ngModule.vnComponent('vnInvoiceOutCard', {
template: require('./index.html'),
controller: Controller
});

View File

@ -13,7 +13,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnInvoiceOutIndex', {
ngModule.vnComponent('vnInvoiceOutIndex', {
template: require('./index.html'),
controller: Controller
});

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import SearchPanel from 'core/components/searchbar/search-panel';
ngModule.component('vnInvoiceSearchPanel', {
ngModule.vnComponent('vnInvoiceSearchPanel', {
template: require('./index.html'),
controller: SearchPanel
});

View File

@ -19,7 +19,7 @@ class Controller extends Section {
}
}
ngModule.component('vnInvoiceOutSummary', {
ngModule.vnComponent('vnInvoiceOutSummary', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -11,7 +11,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnItemBarcode', {
ngModule.vnComponent('vnItemBarcode', {
template: require('./index.html'),
controller: Controller
});

View File

@ -19,7 +19,7 @@ class Controller extends Section {
}
}
ngModule.component('vnItemBasicData', {
ngModule.vnComponent('vnItemBasicData', {
template: require('./index.html'),
bindings: {
item: '<'

View File

@ -26,7 +26,7 @@ class Controller extends Section {
}
}
ngModule.component('vnItemBotanical', {
ngModule.vnComponent('vnItemBotanical', {
template: require('./index.html'),
controller: Controller
});

View File

@ -8,7 +8,7 @@ class Controller extends ModuleCard {
}
}
ngModule.component('vnItemCard', {
ngModule.vnComponent('vnItemCard', {
template: require('./index.html'),
controller: Controller
});

View File

@ -18,7 +18,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnItemCreate', {
ngModule.vnComponent('vnItemCreate', {
template: require('./index.html'),
controller: Controller
});

View File

@ -67,7 +67,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope', '$anchorScroll', '$location'];
ngModule.component('vnItemDiary', {
ngModule.vnComponent('vnItemDiary', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -2,7 +2,7 @@ import ngModule from '../module';
import Component from 'core/lib/component';
import './style.scss';
ngModule.component('vnFetchedTags', {
ngModule.vnComponent('vnFetchedTags', {
template: require('./index.html'),
controller: Component,
bindings: {

View File

@ -24,7 +24,7 @@ class Controller extends Section {
}
}
ngModule.component('vnItemIndex', {
ngModule.vnComponent('vnItemIndex', {
template: require('./index.html'),
controller: Controller
});

View File

@ -35,7 +35,7 @@ class Controller extends Section {
Controller.$inject = ['$element', '$scope'];
ngModule.component('vnItemLastEntries', {
ngModule.vnComponent('vnItemLastEntries', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import Section from 'salix/components/section';
ngModule.component('vnItemLog', {
ngModule.vnComponent('vnItemLog', {
template: require('./index.html'),
controller: Section,
});

View File

@ -11,7 +11,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnItemNiche', {
ngModule.vnComponent('vnItemNiche', {
template: require('./index.html'),
controller: Controller
});

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import SearchPanel from 'core/components/searchbar/search-panel';
ngModule.component('vnRequestSearchPanel', {
ngModule.vnComponent('vnRequestSearchPanel', {
template: require('./index.html'),
controller: SearchPanel
});

View File

@ -94,7 +94,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnItemRequest', {
ngModule.vnComponent('vnItemRequest', {
template: require('./index.html'),
controller: Controller
});

View File

@ -73,7 +73,7 @@ class Controller extends SearchPanel {
}
}
ngModule.component('vnItemSearchPanel', {
ngModule.vnComponent('vnItemSearchPanel', {
template: require('./index.html'),
controller: Controller
});

View File

@ -15,7 +15,7 @@ class Controller extends Section {
}
}
ngModule.component('vnItemSummary', {
ngModule.vnComponent('vnItemSummary', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -72,7 +72,7 @@ class Controller extends Section {
}
}
ngModule.component('vnItemTags', {
ngModule.vnComponent('vnItemTags', {
template: require('./index.html'),
controller: Controller,
require: {

View File

@ -35,7 +35,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnItemTax', {
ngModule.vnComponent('vnItemTax', {
template: require('./index.html'),
controller: Controller
});

View File

@ -2,7 +2,7 @@ import ngModule from '../module';
import Section from 'salix/components/section';
import './style.scss';
ngModule.component('vnItemWaste', {
ngModule.vnComponent('vnItemWaste', {
template: require('./index.html'),
controller: Section
});

View File

@ -22,7 +22,7 @@ class Controller extends Section {
}
}
ngModule.component('vnOrderBasicData', {
ngModule.vnComponent('vnOrderBasicData', {
controller: Controller,
template: require('./index.html'),
bindings: {

View File

@ -58,7 +58,7 @@ class Controller extends ModuleCard {
}
}
ngModule.component('vnOrderCard', {
ngModule.vnComponent('vnOrderCard', {
template: require('./index.html'),
controller: Controller
});

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import SearchPanel from 'core/components/searchbar/search-panel';
ngModule.component('vnOrderCatalogSearchPanel', {
ngModule.vnComponent('vnOrderCatalogSearchPanel', {
template: require('./index.html'),
controller: SearchPanel,
bindings: {

View File

@ -4,7 +4,7 @@ import './style.scss';
class Controller extends Component {}
ngModule.component('vnOrderCatalogView', {
ngModule.vnComponent('vnOrderCatalogView', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -344,7 +344,7 @@ class Controller extends Section {
}
}
ngModule.component('vnOrderCatalog', {
ngModule.vnComponent('vnOrderCatalog', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -105,7 +105,7 @@ class Controller extends Component {
}
}
ngModule.component('vnOrderCreateCard', {
ngModule.vnComponent('vnOrderCreateCard', {
template: require('./card.html'),
controller: Controller,
bindings: {

View File

@ -8,7 +8,7 @@ class Controller extends Section {
}
}
ngModule.component('vnOrderCreate', {
ngModule.vnComponent('vnOrderCreate', {
template: require('./index.html'),
controller: Controller
});

View File

@ -22,7 +22,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnOrderIndex', {
ngModule.vnComponent('vnOrderIndex', {
template: require('./index.html'),
controller: Controller
});

View File

@ -58,7 +58,7 @@ class Controller extends Section {
}
}
ngModule.component('vnOrderLine', {
ngModule.vnComponent('vnOrderLine', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import SearchPanel from 'core/components/searchbar/search-panel';
ngModule.component('vnOrderSearchPanel', {
ngModule.vnComponent('vnOrderSearchPanel', {
template: require('./index.html'),
controller: SearchPanel
});

View File

@ -32,7 +32,7 @@ class Controller extends Section {
}
}
ngModule.component('vnOrderSummary', {
ngModule.vnComponent('vnOrderSummary', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -27,7 +27,7 @@ class Controller extends Section {
}
}
ngModule.component('vnOrderVolume', {
ngModule.vnComponent('vnOrderVolume', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -9,7 +9,7 @@ class Controller extends Section {
}
}
ngModule.component('vnRouteBasicData', {
ngModule.vnComponent('vnRouteBasicData', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -63,7 +63,7 @@ class Controller extends ModuleCard {
}
}
ngModule.component('vnRouteCard', {
ngModule.vnComponent('vnRouteCard', {
template: require('./index.html'),
controller: Controller
});

View File

@ -9,7 +9,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnRouteCreate', {
ngModule.vnComponent('vnRouteCreate', {
template: require('./index.html'),
controller: Controller
});

View File

@ -8,7 +8,7 @@ export default class Controller extends Section {
}
}
ngModule.component('vnRouteIndex', {
ngModule.vnComponent('vnRouteIndex', {
template: require('./index.html'),
controller: Controller
});

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import Section from 'salix/components/section';
ngModule.component('vnRouteLog', {
ngModule.vnComponent('vnRouteLog', {
template: require('./index.html'),
controller: Section,
});

View File

@ -1,7 +1,7 @@
import ngModule from '../module';
import SearchPanel from 'core/components/searchbar/search-panel';
ngModule.component('vnRouteSearchPanel', {
ngModule.vnComponent('vnRouteSearchPanel', {
template: require('./index.html'),
controller: SearchPanel
});

View File

@ -29,7 +29,7 @@ class Controller extends Section {
}
}
ngModule.component('vnRouteSummary', {
ngModule.vnComponent('vnRouteSummary', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -180,7 +180,7 @@ class Controller extends Section {
}
}
ngModule.component('vnRouteTickets', {
ngModule.vnComponent('vnRouteTickets', {
template: require('./index.html'),
controller: Controller,
require: {

View File

@ -21,7 +21,7 @@ class Controller extends Section {
}
}
ngModule.component('vnTicketBasicData', {
ngModule.vnComponent('vnTicketBasicData', {
template: require('./index.html'),
bindings: {
ticket: '<'

View File

@ -243,7 +243,7 @@ class Controller extends Component {
}
}
ngModule.component('vnTicketBasicDataStepOne', {
ngModule.vnComponent('vnTicketBasicDataStepOne', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -91,7 +91,7 @@ class Controller extends Component {
}
}
ngModule.component('vnTicketBasicDataStepTwo', {
ngModule.vnComponent('vnTicketBasicDataStepTwo', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -68,7 +68,7 @@ class Controller extends ModuleCard {
}
}
ngModule.component('vnTicketCard', {
ngModule.vnComponent('vnTicketCard', {
template: require('./index.html'),
controller: Controller
});

View File

@ -47,7 +47,7 @@ class Controller extends Section {
}
}
ngModule.component('vnTicketComponents', {
ngModule.vnComponent('vnTicketComponents', {
template: require('./index.html'),
controller: Controller,
bindings: {

View File

@ -126,7 +126,7 @@ class Controller extends Component {
}
}
ngModule.component('vnTicketCreateCard', {
ngModule.vnComponent('vnTicketCreateCard', {
template: require('./card.html'),
controller: Controller,
bindings: {

Some files were not shown because too many files have changed in this diff Show More