Skip to content

Commit 766b3ce

Browse files
committed
tabarrays top, left or right
"tabarray" type now takes an extra option, "tabType" that defaults to 'left'. If 'left' or 'right' tabs will use https://github.com/dbtek/bootstrap-vertical-tabs 'top' gives you ordinary tabs Added bower dependency on https://github.com/dbtek/bootstrap-vertical-tabs
1 parent b2270e2 commit 766b3ce

4 files changed

Lines changed: 56 additions & 28 deletions

File tree

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"angular": "~1.2.18",
2626
"tv4": "~1.0.15",
2727
"pickadate": "~3.5.2",
28-
"angular-sanitize": "~1.2.18"
28+
"angular-sanitize": "~1.2.18",
29+
"bootstrap-vertical-tabs": "~1.1.0"
2930
},
3031
"devDependencies": {
3132
"angular-ui-ace": "bower"

0 commit comments

Comments
 (0)