I am setting up a web application with AngularJS and Materialize. The versions I use are the following:
- AngularJS 1.6.6
- Materialize 0.100.2
- jQuery 3.2.1
I need to paint the response of a service in a form (ng-model in each field) but I am having 3 problems:
- In the text fields, when setting the ng-model, the label stays on the value
- In the combos I use arrays with ng-options to initialize them but the values are not shown
- The checkbox set the ng-model and it does fine, but they remain non-editable and I can not change the value
Does anyone know why it gives so many problems? What can I do?