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

Commit 703432b

Browse files
committed
chore(tabs): clean up unnecessary code
1 parent ea388b3 commit 703432b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/tabs/tabs.js

-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ angular.module('ui.bootstrap.tabs', [])
9191
*/
9292
.directive('uibTabset', function() {
9393
return {
94-
restrict: 'EA',
9594
transclude: true,
9695
replace: true,
9796
scope: {
@@ -189,7 +188,6 @@ angular.module('ui.bootstrap.tabs', [])
189188
.directive('uibTab', ['$parse', function($parse) {
190189
return {
191190
require: '^uibTabset',
192-
restrict: 'EA',
193191
replace: true,
194192
templateUrl: 'template/tabs/tab.html',
195193
transclude: true,

0 commit comments

Comments
 (0)