Richard Knight 6 년 전
부모
커밋
c31e2f4e37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/dynaform/dynaform.component.ts

+ 1 - 1
src/app/dynaform/dynaform.component.ts

@@ -188,7 +188,7 @@ export class DynaformComponent implements OnInit {
 		return typeof rcMeta.maxRepeat === 'number' && rcMeta.maxRepeat > rcMeta.meta.length;
 	}
 
-	// Maybe move the next two funtions to _formdata-utils.ts ?
+	// Maybe move the AddRC and deleteRC funtions to _formdata-utils.ts ?
 	addRCMember(repeatingContainerName: string): void {
 		// (1) Check that we can still add controls
 		if (!this.addRCMemberAllowed(repeatingContainerName)) {