m-e-conroy / angular-dialog-service

A complete AngularJS service with controllers and templates for generating application modals and dialogs for use with Angular-UI-Bootstrap and Twitter Bootstrap
MIT License
618 stars 228 forks source link

Remove bootstrap bower dependency #173

Open ArekSredzki opened 8 years ago

ArekSredzki commented 8 years ago

The bootstrap bower package isn't a literal dependency for this package. With the current spec, if a developer chooses to use one of the many other ways of using bootstrap (such as bootstrap-sass-official + angular-bootstrap in my case), your explicit requirement spec causes headaches.

Note: while recent versions of bower have support for ignoring a particular dependency, wiredep does not support this so the problem is still present.