On your [live modal example](https://v4-alpha.getbootstrap.com/components/modal/#live-demo), your link data-target doesn't match the ID of the modal. So, by example, it does not work. The ID of the modal should be `exampleModal` instead of `myModal`.