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: lhas/angular-clock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: deepu105/angular-clock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 21 files changed
  • 4 contributors

Commits on Aug 21, 2016

  1. Merge pull request deepu105#9 from lhas/master

    Added majors-total attribute
    deepu105 authored Aug 21, 2016
    Configuration menu
    Copy the full SHA
    2f17f8c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Update the source of node-tmp-sync package

    `$ npm install` ends in error because @jtblin doesn't provide node-tmp-sync package anymore. I use the package provided by @kaelzhang instead.
    tsekityam committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    6b8af0e View commit details
    Browse the repository at this point in the history
  2. Sync AngularJS related framework version

    The hard coded version of "angular-mocks" and "angular-bootstrap" is removed in order to solve  the compatibility issues with the latest AngularJS
    tsekityam committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    e3be814 View commit details
    Browse the repository at this point in the history
  3. Fix wrong param type of date filter

    The `timezone` param of the date filter should be a string, however, the `timezone` object given to `timeText` function is a number. As a result, we should convert it to string before passing it to date filter
    tsekityam committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    8ca1df7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Merge pull request deepu105#14 from tsekityam/patch-1

    Fix fail to complete the unit tests
    deepu105 authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    fbe2980 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Fix deepu105#7, deepu105#10, deepu105#12 (deepu105#15)

    Don't apply another timezone convertion on the Date object that has experienced the convertion once.
    tsekityam authored and deepu105 committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    2bf4464 View commit details
    Browse the repository at this point in the history
  2. fix version

    deepu105 committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    5c0e448 View commit details
    Browse the repository at this point in the history
  3. update to version 0.6.0

    deepu105 committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    1eb7376 View commit details
    Browse the repository at this point in the history
  4. fix gulpfile

    deepu105 committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    27272ed View commit details
    Browse the repository at this point in the history
  5. add gtravis build

    deepu105 committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    73830e1 View commit details
    Browse the repository at this point in the history
  6. polish

    deepu105 committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    f17b708 View commit details
    Browse the repository at this point in the history
  7. fix build

    deepu105 committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    b8781fa View commit details
    Browse the repository at this point in the history
  8. fix build

    deepu105 committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    a5ed28b View commit details
    Browse the repository at this point in the history
  9. fix build

    deepu105 committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    5ac49fe View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Configuration menu
    Copy the full SHA
    9d6bbd8 View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    rezass committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    84d3563 View commit details
    Browse the repository at this point in the history
  3. Merge pull request deepu105#16 from rezass/watch-start-time

    Watch start-time value and update clock if it changes
    deepu105 authored Oct 4, 2017
    Configuration menu
    Copy the full SHA
    a0efa60 View commit details
    Browse the repository at this point in the history
  4. update to version 0.7.0

    deepu105 committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    6034e6c View commit details
    Browse the repository at this point in the history
Loading