Hi, I have an issue and I don't know how to fix it :( I have 2 tables described below:
teamslist - hslnteamid - numberstr draft - draftid - dst_hslnteamid_aa when I load my page, I call the backend to load the teamslist and I added an extra row with the following values: hslnteamid=0, numberstr=0 I have a template with a select: <select ng-model="model.selected.dst_hslnteamid_aa" ng-options="hslnteam.hslnteamid as hslnteam.numberstr for hslnteam in model.hslnteamslist | filter: criteriaNotMatch(model.selected, true)" /> I don't know why but if the draft.dst_hslnteamid_aa field = 0, when the user click on the dropdown, the list doesn't select by default the associated value. I the draft.dst_hslnteamid_aa field <> 0, when the dropdrown are visible, the matching value are selected!!! Any though??? Thank's Al -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
