When I was analys the project libraries, I found that the bootstrap-modal component dependency was incompitible.
The dependency of bootstrap in github repo is >=2.3.2, but in the bower repo is 2.3.2. And the bootstrap version in our project is 3.3.5, which is incompitible with the bower repo. But we have to manage packages with the bower.
So please help me to fix this prolem.