Explorar o código

Reverted incorrect change.

Maciej Bukowski %!s(int64=6) %!d(string=hai) anos
pai
achega
4e821ec4b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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