Posts by Joseliz • 39 points
4 posts
-
0
votes1
answer1995
viewsQ: Typeerror: Cannot read Property of Undefined
I am trying to remove an item from a table, but it returns me this error: Typeerror: Cannot read Property 'endGoal' of Undefined at $$childScopeClass. $Scope.removeGoal follows the part of the angle…
-
-2
votes3
answers89
viewsA: Redo the method instruction
It doesn’t just use reference else if(choise.equals("n")){ method(); } else{
-
1
votes0
answers22
viewsQ: I cannot map EF
I have this entity in my domain: public class CalibrationToolActivePart { [Key] public int CalibrationToolActivePartID { get; set; } public int CalibrationToolID { get; set; } public int…
-
2
votes1
answer251
viewsQ: My datepicker should only work on the icon
I have the following Code: $(".datePicker").datepick(); $("#IconDate").on("click", function () { $("#Date").focus(); }) My Html: <div class="float-left gutter-right field-wrap"> <label…