8
0
Maciej Bukowski 6 лет назад
Родитель
Сommit
4e821ec4b3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/builds/guides/frameworks/angular.md

+ 1 - 1
docs/builds/guides/frameworks/angular.md

@@ -116,7 +116,7 @@ The component implements the [`ControlValueAccessor`](https://angular.io/api/for
 2. Use the model in the template to enable a two–way data binding:
 
 	```html
-	<ckeditor [(ngModel)]="model.editorData" [editor]="Editor" name="editor1"></ckeditor>
+	<ckeditor [(ngModel)]="model.editorData" [editor]="Editor"></ckeditor>
 	```
 
 ## Supported `@Input` properties