boneskull / angular-tags

Pure AngularJS tagging widget with typeahead support courtesy of ui-bootstrap
MIT License
133 stars 32 forks source link

angular-ui-bootstrap-bower conflicts with angular-bootstrap #52

Open gad2103 opened 9 years ago

gad2103 commented 9 years ago

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?