Improve this doc View source

timeline
directive in module angular-timeline

Description

Represents an event occuring at a point in time, displayed on the left or the right of the timeline line.

You typically embed a timeline-badge and timeline-panel element within a timeline-event.

Usage

as element:
<timeline
       [side="{string}"]>
</timeline>
as attribute
<ANY timeline
     [side="{string}"]>
   ...
</ANY>

Parameters

ParamTypeDetails
side
(optional)
string

Define the side of the element (i.e. side="left", side="right", or use an {{ expression }}).