Skip to content

Commit db73cb3

Browse files
refactor(tabs): remove unused tabs directive
1 parent 7a5b42f commit db73cb3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: src/tabs/tabs.js

-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99

1010
angular.module('ui.bootstrap.tabs', [])
1111

12-
.directive('tabs', function() {
13-
return function() {
14-
throw new Error("The `tabs` directive is deprecated, please migrate to `tabset`. Instructions can be found at http://github.com/angular-ui/bootstrap/tree/master/CHANGELOG.md");
15-
};
16-
})
17-
1812
.controller('TabsetController', ['$scope', function TabsetCtrl($scope) {
1913
var ctrl = this,
2014
tabs = ctrl.tabs = $scope.tabs = [];

0 commit comments

Comments
 (0)