Posts by AJ. • 36 points
2 posts
-
0
votes1
answer391
viewsA: Problem with Angular ui.bootstrap.modal
The mistake was caused by his WindowTemplatethat was generating a $scope and so in the modal HTML its vm was not accessible. In index.html Replace the line: <script…
-
2
votes1
answer4414
viewsA: Can not deserialize instance of java.util.Arraylist out of START_OBJECT token
I believe the source of the error is the format of the object you are sending to API. I made an example code where all the GENDERS to load the checkboxes list, then the SLEEVE to be edited to then…