Did you copy the code from your app? If so you may just have a double-typo there:
'no-option' => 'key as value for (key , value) in customer'
Shouldn't that read ng-options
?
Also, if this was really the problem, then this is not a Laravel-related question.
Thanks. I made myself think that it was a Laravel issue because I would break the syntax by using ng-repeat and omit {{ the blade }}. But it works now, so thank you for your help.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community