angular-tags
angular-tags copied to clipboard
angular-ui-bootstrap-bower conflicts with angular-bootstrap
trafficstars
i'm including angular-bootstrap in my application and then when i install and include angular-tags, it installs and includes its own bootstrap-tpls.js file which overwrites mine and causes everything to break.
for right now i just changed bower.json so that it depends on angular-bootstrap. this is not ideal since any bower install will break everything.
any advice on how to resolve this in a better way?