Skip to content

Instantly share code, notes, and snippets.

@byronferguson
Created October 2, 2015 21:28
Show Gist options
  • Select an option

  • Save byronferguson/3d4a1efa8eba9d46dad5 to your computer and use it in GitHub Desktop.

Select an option

Save byronferguson/3d4a1efa8eba9d46dad5 to your computer and use it in GitHub Desktop.
<div ui-view="root">
<nav ui-view="navbar">NAV</nav>
<section ui-view="app">
<main ui-view="content">CONTENT</main>
<aside ui-view="sidebar">SIDEBAR</aside>
</section>
<footer ui-view="footer">FOOTER</footer>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment