Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(SwalDirective): stop propagation of click event to parent handlers (
#28) This fixes this case: ``` <tr [routerLink]='foo'> <td> <a [swal]="swalOptions">Bar</a> <td> </tr> ``` Where clicking on the `a` link triggered the swal but also triggered the `tr` *routerLink*.
- Loading branch information