You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: