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

Commit 903d4e7

Browse files
committed
fix(tabs): Changed parenthesis type.
1 parent 6311881 commit 903d4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tabs/tabs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ angular.module('ui.bootstrap.tabs', [])
145145
}
146146

147147
if (angular.isUndefined(attrs.classes)) {
148-
scope.classes = "";
148+
scope.classes = '';
149149
}
150150

151151
scope.select = function() {

0 commit comments

Comments
 (0)