Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a61b65d

Browse files
fix(angular-bootstrap): make IE8 happy
1 parent fb483d5 commit a61b65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/angular-bootstrap/bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ directive.table = function() {
193193
return {
194194
restrict: 'E',
195195
link: function(scope, element, attrs) {
196-
if (!attrs.class) {
196+
if (!attrs['class']) {
197197
element.addClass('table table-bordered table-striped code-table');
198198
}
199199
}

0 commit comments

Comments
 (0)