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

Commit

Permalink
fa-tabs restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
AntJanus committed Nov 21, 2014
1 parent 72d8064 commit 76a0af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directives/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ angular.module('foundation.tabs')
angular.module('foundation.tabs')
.directive('faTabs', ['FoundationApi', function(foundationApi) {
return {
restrict: 'A',
restrict: 'EA',
transclude: 'true',
replace: true,
templateUrl: '/partials/tabs.html',
Expand Down

0 comments on commit 76a0af9

Please sign in to comment.