forked from mgcrea/angular-strap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
28 lines (28 loc) · 1.37 KB
/
home.html
File metadata and controls
28 lines (28 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div class="container bs-docs-container">
<div class="row">
<div class="col-md-2 hidden-sm hidden-xs">
<div ng-include="'views/partials/affixed-sidebar.html'"></div>
</div>
<div class="col-md-10">
<div ng-include="'views/sections/getting-started.html'"></div>
<div id="directives">
<div ng-include="'modal/docs/modal.demo.html'"></div>
<div ng-include="'aside/docs/aside.demo.html'"></div>
<div ng-include="'alert/docs/alert.demo.html'"></div>
<div ng-include="'tooltip/docs/tooltip.demo.html'"></div>
<div ng-include="'popover/docs/popover.demo.html'"></div>
<div ng-include="'typeahead/docs/typeahead.demo.html'"></div>
<div ng-include="'datepicker/docs/datepicker.demo.html'"></div>
<div ng-include="'timepicker/docs/timepicker.demo.html'"></div>
<div ng-include="'button/docs/button.demo.html'"></div>
<div ng-include="'select/docs/select.demo.html'"></div>
<div ng-include="'tab/docs/tab.demo.html'"></div>
<div ng-include="'collapse/docs/collapse.demo.html'"></div>
<div ng-include="'dropdown/docs/dropdown.demo.html'"></div>
<div ng-include="'navbar/docs/navbar.demo.html'"></div>
<div ng-include="'scrollspy/docs/scrollspy.demo.html'"></div>
<div ng-include="'affix/docs/affix.demo.html'"></div>
</div>
</div>
</div>
</div>