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

Commit

Permalink
chore(tabs): clean up unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Nov 7, 2015
1 parent ea388b3 commit 703432b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tabs/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ angular.module('ui.bootstrap.tabs', [])
*/
.directive('uibTabset', function() {
return {
restrict: 'EA',
transclude: true,
replace: true,
scope: {
Expand Down Expand Up @@ -189,7 +188,6 @@ angular.module('ui.bootstrap.tabs', [])
.directive('uibTab', ['$parse', function($parse) {
return {
require: '^uibTabset',
restrict: 'EA',
replace: true,
templateUrl: 'template/tabs/tab.html',
transclude: true,
Expand Down

0 comments on commit 703432b

Please sign in to comment.