ic-poll-repeats
- The Poll Repeats AttributeThe ic-poll-repeats
attribute is used in conjuction with the ic-poll
attribute. It tells Intercooler to repeat the poll up to a specified number.
The value of the attribute should a valid integer.
ic-poll-repeats
is only functional when using the ic-poll
attribute.
Here is a simple example of a poll repeat:
<div ic-src="/seconds" ic-poll="2s" ic-poll-repeats="5">You have been on this page for 0 seconds...</div>