-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Keeps throwing error Expected 1 .ui-select-match but got '0' #71
Comments
|
Thx, that fixed it of course. |
thanks that fixed it for me as well. The plunker is out dated. |
So, |
I updated the plunker with the correct syntax. |
It seems like syntax is still old, with 'match' and 'choices' tags. |
error is back with angular 1.5. updated same plunk as above: http://plnkr.co/edit/FBjraF?p=preview |
went to the link provided http://plnkr.co/edit/FBjraF?p=preview and got this console error ...
|
error is back with new syntax 'ui-select-match' |
Getting same error "Error: [ui.select:transcluded] Expected 1 .ui-select-match but got '0'." with ui-select version 0.14.1 as using with Angular 1.6.1. |
Finally resolved by adding the class ui-select-match and ui-select-choices to
tags respectively. |
This is being used in a modal popup. I've seen it before, but can't remember how I fixed it. Not sure if it has something to do with the modal or using controlerAs syntax.
http://plnkr.co/edit/UyuPozU95DzvjbOcl8YJ?p=info
The text was updated successfully, but these errors were encountered: