Skip to content

Instantly share code, notes, and snippets.

@liorkesos
Created October 13, 2014 20:09
Show Gist options
  • Save liorkesos/47db009bd6104754815f to your computer and use it in GitHub Desktop.
Save liorkesos/47db009bd6104754815f to your computer and use it in GitHub Desktop.
<carousel interval="myInterval">
<slide ng-repeat="site in sites" active="site.active">
<img ng-src="{{site.image}}" style="margin:auto;">
<div class="carousel-caption">
</div>
</img>
<span class="pull-left">
<h4 ng-model=site.name>Slide {{site.name}} by {{site.author}}</h4>
<p>{{site.text}}</p>
</span>
</slide>
//Render {{site.name}} here
<span class="morelink"><a href="http://builtwith.mean.io">Built with MEAN</a></span>
</carousel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment