Created
July 1, 2015 09:49
-
-
Save EmmanuelDemey/f109b0f0f61bd5b2b16c 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
| <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