Skip to content

Instantly share code, notes, and snippets.

@anthonykeane
Created May 21, 2014 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonykeane/3c5e39e972f240a21dff to your computer and use it in GitHub Desktop.
Save anthonykeane/3c5e39e972f240a21dff to your computer and use it in GitHub Desktop.
Ng-repeat code
<ul class="nav nav-tabs">
<li ng-repeat="criteria in criterias track by $index" ng-animate="'animate'">
<a href="#Criteria {{$index+1}}" toggle="on" parent-active-class="active">{{$index+1}}. Criteria
<small><small><div class="star-rating" star-rating rating-value="criteria.assessment_value" data-max="5" data-display="1" ></div></small></small>
</a>
</li>
<li><a href="#Summary" toggle="on" parent-active-class="active">Summary <h3>{{getWeight()| number : 2}}%</h3></a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment