Skip to content

Instantly share code, notes, and snippets.

@mgonto
Created March 23, 2013 03:51
Show Gist options
  • Save mgonto/5226372 to your computer and use it in GitHub Desktop.
Save mgonto/5226372 to your computer and use it in GitHub Desktop.
Templates angular
<div>
<div header></div>
<div class="main-content">
<p>
Here it's this page specific content :)
</p>
</div>
<div footer></div>
</div>
<div>
<div header user="player"></div>
<div class="main-content">
<p>
Here it's this page specific content :)
</p>
</div>
<div footer></div>
</div>
<div>
<div header user="userModel"></div>
<div class="main-content">
<p>
Here it's this page specific content :)
</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment