Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output-model not getting generated, when <angular-multi-select> is placed inside ng-repeat for dynamic combo box #115

Open
yashikarelan opened this issue Sep 14, 2020 · 0 comments

Comments

@yashikarelan
Copy link

Output model is creating a problem when it is placed inside ng-repeat tag for dynamic combo box generation

Input Model Data Set:

criterias: Array(4)
0:
criteriaData: (2) [{…}, {…}]
criteriaDesc: "Value Type"
criteriaId: "valueType"
ticked: false
tooltip: "Select value type."

1:

criteriaData: (2) [{…}, {…}]
criteriaDesc: "Decimal place"
criteriaId: "decimalPlace"
ticked: false
tooltip: "Decimal place"

2:

criteriaData: (2) [{…}, {…}]
criteriaDesc: "Periodicity"
criteriaId: "periodicity"
ticked: false
tooltip: "Periodicity"

3:

criteriaData: (6) [{…}, {…}, {…}, {…}, {…}, {…}]
criteriaDesc: "Account Id"
criteriaId: "accountId"
ticked: false
tooltip: "Select account id"

length: 4

reportCategory: "PULSE"
reportId: "MWRhc2hib2FyZGtleTEyMw__"
reportTitle: "LTM Report "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant