limitTo (filter)
Improve this Doc View Source limitTo
- filter in module ng
Creates a new array or string containing only a specified number of elements. The elements are taken from either the beginning or the end of the source array, string or number, as specified by the value and sign (positive or negative) of limit
. If a number