Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 4867e31

Browse files
author
Robert Messerle
committed
fix(tabs): fixes md-center-tabs support with recent changes
Closes #3549
1 parent a9bc534 commit 4867e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/tabs/js/tabsController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function MdTabsController ($scope, $element, $window, $timeout, $mdConstant, $md
2828
defineBooleanAttribute('swipeContent');
2929
defineBooleanAttribute('noDisconnect');
3030
defineBooleanAttribute('autoselect');
31+
defineBooleanAttribute('centerTabs');
3132

3233
//-- define public properties
3334
ctrl.scope = $scope;

0 commit comments

Comments
 (0)