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

Commit

Permalink
fix(tabs): fixes md-center-tabs support with recent changes
Browse files Browse the repository at this point in the history
Closes #3549
  • Loading branch information
Robert Messerle committed Jul 6, 2015
1 parent a9bc534 commit 4867e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tabs/js/tabsController.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function MdTabsController ($scope, $element, $window, $timeout, $mdConstant, $md
defineBooleanAttribute('swipeContent');
defineBooleanAttribute('noDisconnect');
defineBooleanAttribute('autoselect');
defineBooleanAttribute('centerTabs');

//-- define public properties
ctrl.scope = $scope;
Expand Down

0 comments on commit 4867e31

Please sign in to comment.