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

Commit

Permalink
docs(tabs): get rid of 'active' option on uib-tab directive
Browse files Browse the repository at this point in the history
Update demo to remove deprecated active attribute

Closes #5809
  • Loading branch information
bryanbak authored and deeg committed Apr 14, 2016
1 parent 78db2ce commit f0e661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/docs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<uib-tabset active="active">
<uib-tab index="0" heading="Static title">Static content</uib-tab>
<uib-tab index="$index + 1" ng-repeat="tab in tabs" heading="{{tab.title}}" active="tab.active" disable="tab.disabled">
<uib-tab index="$index + 1" ng-repeat="tab in tabs" heading="{{tab.title}}" disable="tab.disabled">
{{tab.content}}
</uib-tab>
<uib-tab index="3" select="alertMe()">
Expand Down

0 comments on commit f0e661c

Please sign in to comment.