Currently working on an AngularJS app that is almost complete in terms of CSS styling, just looking to add functionality.
Now, I am in need of features such as
- date pickers
- modals
- tooltips
I am interested in incorporating elements from angular-strap, but it relies on the bootstrap.css file.
However, whenever I try including the bootstrap file, it either does not function properly or completely disrupts my layout. This issue persists even if I include the bootstrap.css first.
In an attempt to address this problem, I experimented with loading specific components from the bootstrap site. For instance, when using the date picker from angular-strap, it mentioned utilizing elements like tooltip. When I only included the tooltip css elements using the bootstrap customiser, it displayed inline instead of as a tooltip.
This dilemma has been quite frustrating. Is there a way to integrate these powerful libraries without compromising the existing app's CSS? I seem to be missing something crucial in approaching this challenge.