8000 Comparing DaftMonk:master...crowdcst:master · DaftMonk/angular-tour · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: DaftMonk/angular-tour
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: crowdcst/angular-tour
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.
  • 13 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 13, 2017

  1. animate by adding 'tour-anim-in' class

    * animation is broken with jQuery's fadeIn()
    * #83
    dylanjha committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    c01bc79 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. optional attr for tourtip-popup-container

    * allows the implementer to append the tourtip to one place
    and the background to another place
    dylanjha committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    bf526e9 View commit details
    Browse the repository at this point in the history
  2. pass step through so we can always append the background to the

    scope.ttContainerElement
    
    * remove double-background delay
    dylanjha committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    18bf4a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. add tourtip-url option

    * instead of supplying `tourtip` allow the library user to supply
    a `tourtip-url` instead to fetch the html content from the server
    dylanjha committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    caa73dd View commit details
    Browse the repository at this point in the history
  2. bugfixes - don't fire postStepCallback() when initializing the tour

    * when initializing the widget things we just completed step -1,
    the idea of step -1 doesnt really exist to the person using this library
    so it doesn't make much sense to call the postStepCallback()
    dylanjha committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    9442630 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3488139 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. animation changes

    LaithAzzam committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    dd225cf View commit details
    Browse the repository at this point in the history
  2. merge

    LaithAzzam committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    013f482 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. if tourtip-next-label is falsy then don't show the next label

    * pass in an empty string '' to remove the next button
    dylanjha committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    ecd0769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fd4f23 View commit details
    Browse the repository at this point in the history
  3. use var instead of let

    * we're importing this package and not running it through babel so
    it should be compatiable with ES5
    dylanjha committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    3e688ab View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Configuration menu
    Copy the full SHA
    b0d356f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. Configuration menu
    Copy the full SHA
    b27eeff View commit details
    Browse the repository at this point in the history
Loading
0