Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: siddii/angular-timer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: johnparn/angular-timer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 13, 2014

  1. Added timestamp to avoid time drifting

    When hibernating or putting your computer to sleep the countdown will
    temporarily stop and then resume when computer is awaken. I want to
    ensure that the elapsed time isn't beyond the time specified in the
    countdown value.
    
    For example if countdown value is set to 1200 seconds and user
    hibernates computer after 10 minutes, then resumes the session 30
    minutes after that, then the countdown value is automatically set to 0,
    0 is emitted and countdown is stopped.
    
    If a new countdown value is set then a new timestamp is set as well.
    johnparn committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    b2618fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf8bdaf View commit details
    Browse the repository at this point in the history
Loading