Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. editGroupSecleted(id:number){
  2.     if(this.toEdit) {
  3.       for(i;i..grupy.length;i++) {
  4.         if(i==id) {
  5.             this.myGroups[i].to_edit=true;
  6.         } else {
  7.             this.myGroups[i].to_edit=false;
  8.         }
  9.     }
  10.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement