Angular directive
sra-driver-info source template
This widget displays information about the driver currently in the car.
Example(s):
<sra-driver-info data-sra-args-car="ME"></sra-driver-info>
<div data-sra-driver-info="ME"></div>
Dependencies:
Name | Type | Description |
---|---|---|
data-sra-args-car | carIdentifier | The Car Identifier to get the number from. |
data-sra-args-title | string | The title to show in the header. Defaults to Car or Radio Channel if car is TRANSMITTING. Can be overridden in the URL as &TITLE=something. |
data-sra-args-interval | integer | The interval, in milliseconds, that this widget will update from the server. Default is 50. |