deepu105 / angular-clock

angular clock widget directive: Demo-
http://deepu105.github.io/angular-clock/
63 stars 43 forks source link

Fixed Time Clock? #8

Open ijames opened 8 years ago

ijames commented 8 years ago

Nice clock! I was searching for this for a long while.

What I need is not a moving time clock but a representation of a specific time in analog form.

My suggestion is to add an attribute "live" as:

<ds-widget-clock start-time="10800000" live="false"></ds-widget-clock> (time in milliseconds right?)

This would show a clock fixed at 3.

It will allow much more versatility in what your clock can do.

deepu105 commented 8 years ago

I can accept PR if you want to do it. I guess better option would be to have an attribute called freeze rather than live