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

Commit 5614fd2

Browse files
committed
docs(guide/providers): add providers documentation
1 parent da344da commit 5614fd2

File tree

4 files changed

+437
-1
lines changed

4 files changed

+437
-1
lines changed

docs/components/angular-bootstrap/bootstrap.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@ directive.table = function() {
193193
return {
194194
restrict: 'E',
195195
link: function(scope, element, attrs) {
196-
element.addClass('table table-bordered table-striped code-table');
196+
if (!attrs.class) {
197+
element.addClass('table table-bordered table-striped code-table');
198+
}
197199
}
198200
};
199201
};

0 commit comments

Comments
 (0)