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

Commit c141dac

Browse files
Justin Hallpkozlowski-opensource
Justin Hall
authored andcommitted
demo(tabs): update demo to Bootstrap3
1 parent f70081b commit c141dac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div ng-controller="TabsDemoCtrl">
22
Select a tab by setting active binding to true:
33
<br />
4-
<button class="btn btn-small" ng-click="tabs[0].active = true">Select second tab</button>
5-
<button class="btn btn-small" ng-click="tabs[1].active = true">Select third tab</button>
6-
<button class="btn btn-small" ng-click="tabs[1].disabled = ! tabs[1].disabled">Enable / Disable third tab</button>
4+
<button class="btn btn-default btn-sm" ng-click="tabs[0].active = true">Select second tab</button>
5+
<button class="btn btn-default btn-sm" ng-click="tabs[1].active = true">Select third tab</button>
6+
<button class="btn btn-default btn-sm" ng-click="tabs[1].disabled = ! tabs[1].disabled">Enable / Disable third tab</button>
77
<hr />
88

99
<tabset>
@@ -13,7 +13,7 @@
1313
</tab>
1414
<tab select="alertMe()">
1515
<tab-heading>
16-
<i class="icon-bell"></i> Select me for alert!
16+
<i class="glyphicon glyphicon-bell"></i> Select me for alert!
1717
</tab-heading>
1818
I've got an HTML heading, and a select callback. Pretty cool!
1919
</tab>

0 commit comments

Comments
 (0)