Closed rafaelss95 closed 5 years ago
Could you paste the actual code that you used?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Well, the problem is that if I use a custom object $modal, like this:
The animation won't work. However, it works if I use the modal like this:
<button type="button" class="btn btn-info btn-xs" data-title="Some title" data-content="Some code" data-template-url="Some template" data-animation="am-flip-x" bs-modal="modal">
What is happening?