aboutsummaryrefslogtreecommitdiffstats
path: root/docs/components/angular-bootstrap
diff options
context:
space:
mode:
authorMatias Niemelä2013-10-16 22:48:32 -0400
committerMatias Niemelä2013-10-23 17:00:12 -0400
commita7e12b7959212f2fa88fe17d5a045cc9d8b22922 (patch)
tree3613ad9f20a92eb9e7a88402e34a078092663cba /docs/components/angular-bootstrap
parent3f568b22f9bec09192588e3cae937db5c2e757f9 (diff)
downloadangular.js-a7e12b7959212f2fa88fe17d5a045cc9d8b22922.tar.bz2
feat(docs): provide index pages for each angular module
Diffstat (limited to 'docs/components/angular-bootstrap')
-rw-r--r--docs/components/angular-bootstrap/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/angular-bootstrap/bootstrap.js b/docs/components/angular-bootstrap/bootstrap.js
index 31ec763e..81a599e9 100644
--- a/docs/components/angular-bootstrap/bootstrap.js
+++ b/docs/components/angular-bootstrap/bootstrap.js
@@ -193,7 +193,7 @@ directive.table = function() {
return {
restrict: 'E',
link: function(scope, element, attrs) {
- element[0].className = 'table table-bordered table-striped code-table';
+ element.addClass('table table-bordered table-striped code-table');
}
};
};