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: mathiasmoeller/angular-timer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 16 files changed
  • 2 contributors

Commits on Sep 22, 2014

  1. added a 'timer-set-startTime' listener

    added a watcher to listen on 'timer-set-startTime' events. Before there was the problem that when you used the start-time attribute the value could not be changed after compilation. you had to compile the whole timer object again. this method should fix this problem by setting the startTimeAttr manually
    siddii authored and Mathias committed Sep 22, 2014
    Configuration menu
    Copy the full SHA
    18ea1e1 View commit details
    Browse the repository at this point in the history
  2. added startTime Parameter to 'timer-start' event listener

    added the parameter startTime to the 'timer-start' event listener as well as to the $scope.start function. if this value is set the startTime is overwritten with this value, if not the startTimeAttr is used as usual
    Mathias committed Sep 22, 2014
    Configuration menu
    Copy the full SHA
    7c50f66 View commit details
    Browse the repository at this point in the history
  3. fixed 'timer-start' event listener

    forgot to add the event parameter in the function call of the timer-start event handler. fixed that
    Mathias committed Sep 22, 2014
    Configuration menu
    Copy the full SHA
    c038ddc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. built the project

    Mathias committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    6602a55 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2014

  1. added a clearTimer method

    this method clears the start time attribute to set the time to 0
    Mathias committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    5fc8f6e View commit details
    Browse the repository at this point in the history
  2. added a clearTimer method

    this method clears the start time attribute to set the time to 0
    Mathias committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    8cd8ccb View commit details
    Browse the repository at this point in the history
  3. added a clearTimer method

    this method clears the start time attribute to set the time to 0
    Mathias committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    57d2484 View commit details
    Browse the repository at this point in the history
Loading