-
Notifications
You must be signed in to change notification settings - Fork 44
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
Error: [$compile:ctreq] Controller 'select', required by directive 'ngOptions', can't be found! #2
Comments
I have the same problem. I think it comes from this line: in addstock-modal.html |
As of angular 1.4 you can not use ng-options on any other element except select. |
Has anyone gotten past this error?
|
@rhjennings the stock never gets populated due to another issue - #4 |
We have to use bs-options instead of ng-options. AngularStrap provide a directive bs-options for TypeAhead. |
Well, well, this answers my question of why ul and li elements are used in the bootstrap dropdown, (and not select and option elements) It's a shame there isn't a walkthrough on using bootstrap components with angularJS 1.4.9 anywhere :( |
Error: [$compile:ctreq] Controller 'select', required by directive 'ngOptions', can't be foun
How can I resolve this problem ?
The text was updated successfully, but these errors were encountered: