InterviewSolution
Saved Bookmarks
| 1. |
What variables are used with ng-repeat? |
|
Answer» This directive has UNIQUE variables that are USEFUL for iterating the COLLECTION. Some of these variables include, $index, $first, $MIDDLE, and $last. |
|