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

fix(tabs): use interpolation for type attribute #1459

Closed
wants to merge 1 commit into from

Conversation

bekos
Copy link
Contributor

@bekos bekos commented Dec 24, 2013

No description provided.

Closes angular-ui#1409

BREAKING CHANGE: Use interpolation for type attribute.

  Before:

  <tabset type="'pills'" ...></tabset >
  or
  <tabset type="navtype" ...></tabset>

  After:

  <tabset type="pills" ...></tabset>
  or
  <tabset type="{{navtype}}" ...></tabset>
@bekos
Copy link
Contributor Author

bekos commented Jan 21, 2014

Landed as 3bef6e9.

@bekos bekos closed this Jan 21, 2014
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.

1 participant