forked from angular-university/angular-router-menu-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,18 @@ | ||
<main> | ||
|
||
<div class="container"> | ||
|
||
<div class="row row-offcanvas row-offcanvas-right"> | ||
|
||
<div class="col-xs-12 col-sm-9"> | ||
|
||
<p class="pull-xs-right hidden-sm-up"> | ||
<button type="button" class="btn btn-primary btn-sm" data-toggle="offcanvas">Toggle nav</button> | ||
</p> | ||
|
||
<ol class="breadcrumb"> | ||
<li class="breadcrumb-item"><a routerLink="/home">Home</a></li> | ||
<li class="breadcrumb-item active">Courses</li> | ||
</ol> | ||
|
||
<div class="jumbotron"> | ||
<h1>Course Categories!</h1> | ||
<p>This is a list of course categories, click on each to see a list of courses for a given category.</p> | ||
</div> | ||
|
||
<router-outlet></router-outlet> | ||
|
||
</div><!--/span--> | ||
|
||
</div> | ||
<router-outlet name="sidemenu"></router-outlet> | ||
|
||
</div><!--/row--> | ||
|
||
<hr> | ||
|
||
<footer> | ||
<p>© Company 2014</p> | ||
</footer> | ||
|
||
</div> | ||
</div> | ||
|
||
</main> |