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

Commit f0e661c

Browse files
bryanbakdeeg
authored andcommitted
docs(tabs): get rid of 'active' option on uib-tab directive
Update demo to remove deprecated active attribute Closes #5809
1 parent 78db2ce commit f0e661c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tabs/docs/demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

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

0 commit comments

Comments
 (0)