w20-framework / w20

W20 is a Web framework, built upon a powerful RequireJS/AngularJS/Bootstrap mix to help you develop single page applications.
https://w20-framework.github.io/
Mozilla Public License 2.0
8 stars 9 forks source link

ui bootstrap tabs do not work properly #91

Open aritrabasu104 opened 6 years ago

aritrabasu104 commented 6 years ago

the ui bootstrap library provided in w20-bridge-web-bootstrap-3-3.1.0.jar (version 1.2.5) is outdated and does not execute all the functionalities properly. For example I was using $event.preventDefault()to intervene the default behaviour of uib tab switching. But it does not work, due to the older version. Current version is 2.5.0 which works perfectly.

Can you please provide the requireJs config so I can load the updated library for my module?