Skip to content

Commit

Permalink
refactor(tabs): remove unused tabs directive
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Dec 23, 2013
1 parent 7a5b42f commit db73cb3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/tabs/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@

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

.directive('tabs', function() {
return function() {
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");
};
})

.controller('TabsetController', ['$scope', function TabsetCtrl($scope) {
var ctrl = this,
tabs = ctrl.tabs = $scope.tabs = [];
Expand Down

0 comments on commit db73cb3

Please sign in to comment.