Posts by Cristiano Hecht Winther • 49 points
3 posts
-
0
votes1
answer86
viewsQ: Load Balancer. Error leaves outofservice instances
Good night. Does anyone have any idea what it might be? I have a LB with those mistakes: (in both instances) Instance Outofservice (in both zones) Availability Zone Healthy? No (Availability Zone…
-
2
votes2
answers5761
viewsA: Angularjs ng-options: Use object property as value instead of array index
Didn’t work with your examples. Got in How to set the value Property in Angularjs' ng-options? Adding track by, the code went like this: ng-options="x.nomeuniforme for x in listaUniformes track by…
-
2
votes2
answers5761
viewsQ: Angularjs ng-options: Use object property as value instead of array index
In the code below, Angularjs ng-options renders the value but records the position in the array and not the value. I get the following json: [{"iduniforme":1, "nomeuniforme":"Uniforme 5 itens",…