Browse Source

Update Modal.md

Fixed a typo isModelOpen should be isModalOpen
pull/15520/head
Idrees Haddad 3 years ago
committed by GitHub
parent
commit
4d086f4ed3
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