Learn

repeat

Repeat a variable's value a given number of times.

Sample Usage

{{ alert|repeat:2 }}

This will output the value of alert and will display it twice.

Parameters

This modifier expects one parameter, the number of times to repeat your variable’s value.

This article was last updated on March 30th, 2016. Find an error? Please let us know!