Skip to content

Instantly share code, notes, and snippets.

@wasimf
Created August 18, 2013 07:30
Show Gist options
  • Save wasimf/6260383 to your computer and use it in GitHub Desktop.
Save wasimf/6260383 to your computer and use it in GitHub Desktop.
Shell html
<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>
@flm2r
Copy link

flm2r commented Dec 14, 2022

@flm2r
Copy link

flm2r commented Dec 14, 2022

)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment