We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fc8b8 commit ff31558Copy full SHA for ff31558
quick-start/src/main/ui/app/entity-modeler/entity-editor.component.ts
@@ -3,7 +3,8 @@ import {
3
HostListener,
4
Inject,
5
ElementRef,
6
- ViewChild
+ ViewChild,
7
+ AfterViewChecked
8
} from '@angular/core';
9
10
import { MdlDialogService, MdlDialogReference } from '@angular-mdl/core';
@@ -348,7 +349,7 @@ export class EntityEditorComponent implements AfterViewChecked {
348
349
isPropertyValid(property: PropertyType) {
350
let properties = this.entity.definition.properties;
351
/**
- * A valid property must not:
352
+ * A valid property must not:
353
* - be a duplicate
354
* - have spaces in the name
355
* - must not be empty
0 commit comments