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

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

Closed
bekos wants to merge 1 commit intoangular-ui:masterfrom
bekos:dd_no_class
Closed

fix(dropdown): remove C restrictions to avoid conflicts#2170
bekos wants to merge 1 commit intoangular-ui:masterfrom
bekos:dd_no_class

Conversation

@bekos
Copy link
Copy Markdown
Contributor

@bekos bekos commented May 8, 2014

No description provided.

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 ...>
  ```
@wylieconlon
Copy link
Copy Markdown

It would be great if this could get merged! I'm currently working on a project where I've had to implement the same fix to avoid a naming collision. Quite a few of these directives have generic, non-namespaced names that have caused problems for me.

@bekos bekos closed this in 7512b93 Jul 22, 2014
jurassic-c pushed a commit to jurassic-c/bootstrap that referenced this pull request Aug 6, 2014
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 ...>
  ```

Closes angular-ui#2170
bekos added a commit that referenced this pull request Sep 26, 2014
Fixes #2156

Closes #2170

BREAKING CHANGE: Both `dropdown` and `dropdown-toggle` are only attribute directives

Before:
  ```html
  <button class="dropdown-toggle" ...>
  ```
  After:
  ```html
  <button class="dropdown-toggle" dropdown-toggle ...>
  ```
ulle pushed a commit to ulle/bootstrap that referenced this pull request Oct 22, 2014
Fixes angular-ui#2156

Closes angular-ui#2170

BREAKING CHANGE: Both `dropdown` and `dropdown-toggle` are only attribute directives

Before:
  ```html
  <button class="dropdown-toggle" ...>
  ```
  After:
  ```html
  <button class="dropdown-toggle" dropdown-toggle ...>
  ```
OronNadiv pushed a commit to lanetix/bootstrap that referenced this pull request Nov 18, 2014
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 ...>
  ```

Closes angular-ui#2170
OronNadiv pushed a commit to lanetix/bootstrap that referenced this pull request Nov 18, 2014
Fixes angular-ui#2156

Closes angular-ui#2170

BREAKING CHANGE: Both `dropdown` and `dropdown-toggle` are only attribute directives

Before:
  ```html
  <button class="dropdown-toggle" ...>
  ```
  After:
  ```html
  <button class="dropdown-toggle" dropdown-toggle ...>
  ```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants