aboutsummaryrefslogtreecommitdiffstats
path: root/docs/components/angular-bootstrap
AgeCommit message (Collapse)Author
2013-07-26chore(ngdocs): replace showdown.js with marked.jsMatias Niemelä
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
jQuery switched to a completely new event binding implementation as of 1.7.0, centering around on/off methods instead of previous bind/unbind. This patch makes jqLite match this implementation while still supporting previous bind/unbind methods.
2013-06-17feat(ngdocs): support popover, foldouts and foldover annotationsMatias Niemelä
2013-06-10chore(docs): fix memory leak in example embed codeIgor Minar
we need to sever the link between the main root scope and the example root scope - this is only needed because we are embedding one app in the other.
2013-06-06chore(ngdocs): setup bower as the package manager for the docs pagesMatias Niemelä