Przeglądaj źródła

Reverted incorrect change.

Maciej Bukowski 6 lat temu
rodzic
commit
4e821ec4b3
1 zmienionych plików z 1 dodań i 1 usunięć
  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:
 2. Use the model in the template to enable a two–way data binding:
 
 
 	```html
 	```html
-	<ckeditor [(ngModel)]="model.editorData" [editor]="Editor" name="editor1"></ckeditor>
+	<ckeditor [(ngModel)]="model.editorData" [editor]="Editor"></ckeditor>
 	```
 	```
 
 
 ## Supported `@Input` properties
 ## Supported `@Input` properties