This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Investigate ability to remove replace: true in components #5712
Open
Description
Bootstrap 3's CSS class structure is too tightly coupled to the DOM for our current system of using replace: true
in certain directives.
We need to research whether or not we can move the uib-*
directives from an E to an A on require
and use our templates as normal or with slight tweaks.
We need to consider whether to only support 1.5 for this as well which will allow us to use named transclusions and remove the transclusion hacks we have in place.
- Convert accordion directive (proof-of-concept working plunker)
- Convert alert directive (proof-of-concept working plunker)
- Convert carousel directive
- Convert datepicker directive
- Convert datepicker popup directive
- Convert modal directive
- Convert pager directive
- Convert pagination directive
- Convert popover directive
- Convert progressbar directive
- Convert rating directive
- Convert tabs directive
- Convert timepicker directive
- Convert tooltip directive
- Convert typeahead directive