Browse Source

Merge pull request #15520 from idreeshaddad/patch-1

Update Modal.md
pull/15522/head
maliming 4 years ago
committed by GitHub
parent
commit
c322273884
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/Angular/Modal.md

2
docs/en/UI/Angular/Modal.md

@ -57,7 +57,7 @@ You can add the `abp-modal` to your component very quickly. See an example:
@Component(/* component metadata */)
export class SampleComponent {
isModelOpen = false
isModalOpen = false
}
```

Loading…
Cancel
Save