Skip to content

Commit f438567

Browse files
btfordjamesdaily
authored andcommitted
docs(guide/providers): add providers documentation
1 parent e96ed19 commit f438567

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)