Skip to content

Commit 13bfd44

Browse files
committed
add ability to open drop-down in different direction
1 parent cd621bc commit 13bfd44

File tree

7 files changed

+4
-34
lines changed

7 files changed

+4
-34
lines changed

angular-ui-tab-scroll-flat.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/*
2-
* angular-ui-tab-scroll
3-
* https://github.com/VersifitTechnologies/angular-ui-tab-scroll
4-
*
5-
* Version: 2.3.1
6-
* License: MIT
7-
*/
81
.ui-tabs-scrollable {
92
position: relative; }
103
.ui-tabs-scrollable > .spacer:not(.hidden-buttons) {

angular-ui-tab-scroll-flat.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* angular-ui-tab-scroll
3-
* https://github.com/VersifitTechnologies/angular-ui-tab-scroll
4-
*
5-
* Version: 2.3.1
6-
* License: MIT
7-
*/
8-
91
$button-width: 20px;
102
$header-height: 35px;
113

angular-ui-tab-scroll.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/*
2-
* angular-ui-tab-scroll
3-
* https://github.com/VersifitTechnologies/angular-ui-tab-scroll
4-
*
5-
* Version: 2.3.1
6-
* License: MIT
7-
*/
81
.ui-tabs-scrollable {
92
position: relative; }
103
.ui-tabs-scrollable > .spacer:not(.hidden-buttons) {

angular-ui-tab-scroll.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* angular-ui-tab-scroll
33
* https://github.com/VersifitTechnologies/angular-ui-tab-scroll
44
*
5-
* Version: 2.3.1
5+
* Version: 2.3.2
66
* License: MIT
77
*/
88

@@ -87,7 +87,7 @@ angular.module('ui.tab.scroll', [])
8787
' tooltip-placement="{{tooltipRightDirection}}" uib-tooltip-html="tooltipRightHtml"></button>',
8888
'<div class="btn-group" ng-class="::dropDownClass" uib-dropdown dropdown-append-to-body ng-hide="hideDropDown">',
8989
'<button type="button" class="btn" uib-dropdown-toggle></button>',
90-
'<ul class="dropdown-menu dropdown-menu-right" uib-dropdown-menu role="menu" ng-class="::dropDownMenuClass">',
90+
'<ul class="dropdown-menu" uib-dropdown-menu role="menu" ng-class="::dropDownMenuClass||\'dropdown-menu-right\'">',
9191
'<li ng-class="::dropDownHeaderClass" ng-include="::dropDownHeaderTemplateUrl"></li>',
9292
'<li role="menuitem" ng-repeat="tab in dropdownTabs" ng-class="{\'disabled\': tab.disabled, \'active\': tab.active}" ng-click="activateTab(tab)">',
9393
'<a href><span class="dropDownTabActiveMark" ng-style="{\'visibility\': tab.active?\'visible\':\'hidden\'}"></span>{{tab.tabScrollTitle}}</a>',

angular-ui-tab-scroll.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* angular-ui-tab-scroll
3-
* https://github.com/VersifitTechnologies/angular-ui-tab-scroll
4-
*
5-
* Version: 2.3.1
6-
* License: MIT
7-
*/
8-
91
$button-width: 25px;
102
$header-height: 42px;
113

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-tab-scroll",
33
"main": ["angular-ui-tab-scroll.js","angular-ui-tab-scroll.css"],
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"homepage": "https://github.com/VersifitTechnologies/angular-ui-tab-scroll",
66
"description": "A scrollable tab plugin intended for scrolling UI Bootstrap tabset",
77
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-tab-scroll",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"homepage": "https://github.com/VersifitTechnologies/angular-ui-tab-scroll",
55
"description": "A scrollable tab plugin intended for scrolling UI Bootstrap tabset.",
66
"license" : "MIT",

0 commit comments

Comments
 (0)