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

Commit

Permalink
fix(tabs): Changed parenthesis type.
Browse files Browse the repository at this point in the history
  • Loading branch information
amahfouz committed Feb 25, 2016
1 parent 6311881 commit 903d4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ angular.module('ui.bootstrap.tabs', [])
}

if (angular.isUndefined(attrs.classes)) {
scope.classes = "";
scope.classes = '';
}

scope.select = function() {
Expand Down

0 comments on commit 903d4e7

Please sign in to comment.