Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(dropdown): remove C restrictions to avoid conflicts #2170

Closed
wants to merge 1 commit into from

Commits on May 8, 2014

  1. fix(dropdown): remove C restrictions to avoid conflicts

    Fixes angular-ui#2156
    
    BREAKING CHANGES: Both `dropdown` and `dropdown-toggle` are only attribute directives
    
    Before:
      ```html
      <btutton class="dropdown-toggle" ...>
      ```
      After:
      ```html
      <btutton class="dropdown-toggle" dropdown-toggle ...>
      ```
    bekos committed May 8, 2014
    Configuration menu
    Copy the full SHA
    9862706 View commit details
    Browse the repository at this point in the history