Skip to content

Instantly share code, notes, and snippets.

@zhenjl
Last active December 19, 2015 05:49
Show Gist options
  • Save zhenjl/5906950 to your computer and use it in GitHub Desktop.
Save zhenjl/5906950 to your computer and use it in GitHub Desktop.
<div zn-pages zn-pages-start="0" zn-pages-swipe>
<ul zn-pages-start="1">
<li style="background-color: #1abc9c; width: 250px">Pages</li>
<li style="background-color: #3498db">Main</li>
</ul>
<ul zn-pages-start="1">
<li ng-repeat="val in colors track by $id($index)" style="background-color: {{ val }}; text-align: center; margin: 0 auto">{{ val }}</li>
</ul>
<ul>
<li style="background-color: #95a5a6">Credits</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment