Upgrading Angular app to Twitter Bootstrap v3
We upgraded to the latest version of Twitter Bootstrap v3 a few months in the summer of '15. We were using a mix of bootstrap.js, angular-strap and ui-bootstrap for various widgets. In some cases they were conflicting with each other. In addition we had customized some 3rd party libraries, (in some cases for reasons no longer relevant). So as well as upgrading Bootstrap we wanted to cleanup and reduce our library dependencies. We use Flatui a ui style library which sits on top of bootstrap. Here's what our tech stack looks like now: Upgraded to twitter Bootstrap v3.3.5 using the style files only (not bootstrap.js) Upgraded to Flatui pro 1.3.2 (for css and js for checkbox/radios only) Upgrade ui-bootstrap to v0.12.0. Standardized on ui-bootstrap for both <select> and dropdowns (as well as other widgets such as dialogs). This means we don't need twitter bootstrap.js nor do we need angular-strap files any more. So far we have removed net 11 3rd party library fi...