You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In which I am passing a parameter. It would create an error. Since, the behavior of the main checkbox if checked will select all employees under it and mark it as checked. But I need to get what particular branch ID was it so that it won't check other employees.
[BLUE HEADER MAIN CHECKBOX]
I used the $scope.$watch to get the value instead of ng-change. Since adding it will create an error.
Hi,
I try adding dynamic models but the checkbox just won't work.
Like this one ng-model ="branch[i]"
Where I is any variable that I would want to create.
The text was updated successfully, but these errors were encountered: