I am trying to modify the way my bootstrap reveal modal opens. I have followed the code instructions provided in this resource, but unfortunately my modal is not opening. I am using angularjs
.
Can someone assist me with troubleshooting the code?
Here is my button:
<td>
<a class='btn btn-primary btn' data-direction='right'>Right</a>
</td>
Using Bootstrap v3.2.0
I have included the CSS and JS as specified in this source. How can I integrate it with angular, as it is not functioning correctly in my case.