Although I am aware that ui.bootstrap
is not fully adapted to Bootstrap 3 yet, my app is mostly built using it and reverting back to version 2.3 just for this component is not an option.
Therefore, I am currently exploring my options.
Here's what I have attempted so far:
Reverting to Bootstrap 2.3
This caused all my styles to break... not a viable solutionSticking with BS3 and trying to use the accordion from https://github.com/angular-ui/bootstrap/tree/bootstrap3
I tried including the code below the ui.bootstrap_0.7 library, replacing the accordion code in ui.bootstrap 0.7, and removing it to place it in a separate file. None of these approaches workedSticking with BS3 and attempting to adapt the accordion styles from BS2.3
While I was able to add a style to it using this method, the accordion functionality did not work correctly
In each attempt, no errors were displayed in the console...
I feel like I am lost in the dark, unsure of how to integrate the accordion into my code without having to start from scratch.
Any assistance would be greatly appreciated, thank you!