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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
With ng-repeat: ng-class and ng-hide does not work
ng-repeat (member level in the example)
Without ng-repeat-start: ng-class and ng-hide works
With ng-repeat-start: ng-class and ng-hide works
The workaround is using two ng-repeats, one on tbody to loop through the teams, then create the team row, then loop through the members to create the members rows.