nav updates

This commit is contained in:
Adam Bradley
2015-05-04 13:34:00 -05:00
parent b4e66c3f6f
commit e315ebc25f
15 changed files with 182 additions and 183 deletions

View File

@ -39,7 +39,7 @@ export class NavInjectable {}
</header>
<section class="nav-item-container">
<div class="nav-item"
*for="#item of _ngNavItems"
*for="#item of navItems"
[item]="item"></div>
</section>
<footer class="toolbar-container" [class.hide]="getToolbars('bottom').length == 0">