Created
October 13, 2014 20:09
-
-
Save liorkesos/47db009bd6104754815f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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