mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
fix(angular-bootstrap): make IE8 happy
This commit is contained in:
parent
fb483d56a7
commit
a61b65d01b
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ directive.table = function() {
|
|||
return {
|
||||
restrict: 'E',
|
||||
link: function(scope, element, attrs) {
|
||||
if (!attrs.class) {
|
||||
if (!attrs['class']) {
|
||||
element.addClass('table table-bordered table-striped code-table');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue