Using Bootstrap v3.3.5
I have a webpage that is using the url domain.com/companies
domain.com/companies
This is my trigger for the modal in that web
Use this on onclick event of the button that triggers the modal
onclick="window.location.hash = 'modal-add-company';"
And write following script code after bootstrap.js
It should work.