Hi Hephaistos, I would like to defer you to the styleguide <https://github.com/johnpapa/angular-styleguide>. Read that through a couple of times.
So done that? back here? ok, let see how I would face this. First I would create a service that hold my data. The data would be an array, consisting of timer-objects. After that I would ngRepeat over that array, using an stopwatch component that handles each timer. If there are actions that involve multiple timers, a good place to put them is in a service too. That service would get the data-service injected too. Then use a few 'thin' controllers to hook everything up to the view. Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
