Skip to content

Instantly share code, notes, and snippets.

@EmmanuelDemey
Created July 1, 2015 09:49
Show Gist options
  • Select an option

  • Save EmmanuelDemey/f109b0f0f61bd5b2b16c to your computer and use it in GitHub Desktop.

Select an option

Save EmmanuelDemey/f109b0f0f61bd5b2b16c to your computer and use it in GitHub Desktop.
<ul>
<li ng-repeat="todo in todos | limitTo:-1:1">
<!-- Affichage du contenu du tableau todos à partir du second élément (begin=1) -->
<!-- le paramètre limit=-1 indique que nous désirons afficher tout le reste du contenu du tableau -->
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment