Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit eb02778

Browse files
committed
chore(tab): code cleanup
Removing unnecessary code added under PR #5489 Closes #5891 Fixes #5888
1 parent 26d3995 commit eb02778

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/tabs/tabs.js

-3
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ angular.module('ui.bootstrap.tabs', [])
115115
scope.$parent.$eval(attrs.vertical) : false;
116116
scope.justified = angular.isDefined(attrs.justified) ?
117117
scope.$parent.$eval(attrs.justified) : false;
118-
if (angular.isUndefined(attrs.active)) {
119-
scope.active = 0;
120-
}
121118
}
122119
};
123120
})

0 commit comments

Comments
 (0)