Skip to content

Commit

Permalink
Merge pull request #112 from CaselIT/patch-1
Browse files Browse the repository at this point in the history
Added known bugs section
  • Loading branch information
shlomiassaf authored Jun 14, 2016
2 parents cf272cb + aa83ff6 commit 52c759e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,10 @@ Add tests...
## Support Universal
Test against `universal-starter` to enable universal support.
## Support Change detection
Support `OnPush` with an observable api model (fluent observables)
Support `OnPush` with an observable api model (fluent observables)

# Known bugs
### The dialog closes when removing the target DOM element in a click event
ref [issue#111](https://github.com/shlomiassaf/angular2-modal/issues/111)

To avoild this problem use `event.stopPropagation();` or put the element removal inside a `setTimeout` call

0 comments on commit 52c759e

Please sign in to comment.