Skip to content
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
@icfantv

Description

@icfantv

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions