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

Commit

Permalink
demo(tabs): update demo to Bootstrap3
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Hall authored and pkozlowski-opensource committed Dec 28, 2013
1 parent f70081b commit c141dac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tabs/docs/demo.html
@@ -1,9 +1,9 @@
<div ng-controller="TabsDemoCtrl">
Select a tab by setting active binding to true:
<br />
<button class="btn btn-small" ng-click="tabs[0].active = true">Select second tab</button>
<button class="btn btn-small" ng-click="tabs[1].active = true">Select third tab</button>
<button class="btn btn-small" ng-click="tabs[1].disabled = ! tabs[1].disabled">Enable / Disable third tab</button>
<button class="btn btn-default btn-sm" ng-click="tabs[0].active = true">Select second tab</button>
<button class="btn btn-default btn-sm" ng-click="tabs[1].active = true">Select third tab</button>
<button class="btn btn-default btn-sm" ng-click="tabs[1].disabled = ! tabs[1].disabled">Enable / Disable third tab</button>
<hr />

<tabset>
Expand All @@ -13,7 +13,7 @@
</tab>
<tab select="alertMe()">
<tab-heading>
<i class="icon-bell"></i> Select me for alert!
<i class="glyphicon glyphicon-bell"></i> Select me for alert!
</tab-heading>
I've got an HTML heading, and a select callback. Pretty cool!
</tab>
Expand Down

0 comments on commit c141dac

Please sign in to comment.