Skip to content

Commit

Permalink
docs(guide/providers): add providers documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
btford authored and jamesdaily committed Jan 27, 2014
1 parent e96ed19 commit f438567
Show file tree
Hide file tree
Showing 4 changed files with 437 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/components/angular-bootstrap/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ directive.table = function() {
return {
restrict: 'E',
link: function(scope, element, attrs) {
element.addClass('table table-bordered table-striped code-table');
if (!attrs.class) {
element.addClass('table table-bordered table-striped code-table');
}
}
};
};
Expand Down
Loading

0 comments on commit f438567

Please sign in to comment.