Created
August 18, 2013 07:30
-
-
Save wasimf/6260383 to your computer and use it in GitHub Desktop.
Shell html
This file contains hidden or 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
<div> | |
<div class="navbar navbar-fixed-top"> | |
<div class="navbar-inner"> | |
<ul class="nav" data-bind="foreach: router.navigationModel"> | |
<li data-bind="css: { active: isActive }"> | |
<a data-bind="attr: { href: hash }, html: title"></a> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<div data-bind="router: { transition:'entrance' }" class="container-fluid"></div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
![ms](https://user-images.githubusercontent.com/120170150/207519166-6252ac41-b486-4559-9e7c-731384e5a8d1.PHP