This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
< div ng-controller ="TabsDemoCtrl ">
2
2
Select a tab by setting active binding to true:
3
3
< 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- small " ng-click ="tabs[0].active = true "> Select second tab</ button >
5
+ < button class ="btn btn-default btn- small " ng-click ="tabs[1].active = true "> Select third tab</ button >
6
+ < button class ="btn btn-default btn- small " ng-click ="tabs[1].disabled = ! tabs[1].disabled "> Enable / Disable third tab</ button >
7
7
< hr />
8
8
9
9
< tabset >
13
13
</ tab >
14
14
< tab select ="alertMe() ">
15
15
< tab-heading >
16
- < i class ="icon -bell "> </ i > Select me for alert!
16
+ < i class ="glyphicon glyphicon -bell "> </ i > Select me for alert!
17
17
</ tab-heading >
18
18
I've got an HTML heading, and a select callback. Pretty cool!
19
19
</ tab >
You can’t perform that action at this time.
0 commit comments