Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplified wrapping and fix for #73 #88

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 24, 2018

  1. dependency

    requires @angular-devkit/core
    anil-kk authored Jan 24, 2018
    Configuration menu
    Copy the full SHA
    186b34a View commit details
    Browse the repository at this point in the history
  2. scroll position

    Anil Kumar Kothapalli authored and Anil Kumar Kothapalli committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    757eb51 View commit details
    Browse the repository at this point in the history
  3. fixing issues with lint, disabled lint for directive selector, may be…

    … we should discuss before renaming selector, renaming directive selector might break applications that are already using slimscroll
    Anil Kumar Kothapalli authored and Anil Kumar Kothapalli committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    d8518ff View commit details
    Browse the repository at this point in the history
  4. missed package lock file

    Anil Kumar Kothapalli authored and Anil Kumar Kothapalli committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c0953fe View commit details
    Browse the repository at this point in the history
  5. more specific event properties, now event SlimScrollState event can a…

    …lso provide if scroll is at start or at end including scroll vertical (Y/Top) position. Edited demo application to exhibit this functionality.
    anil-kk committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    a45a3b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Simplified wrapping scroll wrapper

    using native element style as requested in issue jkuri#73
    Anil Kumar Kothapalli authored and Anil Kumar Kothapalli committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    105b48f View commit details
    Browse the repository at this point in the history
  2. lint fix

    Anil Kumar Kothapalli authored and Anil Kumar Kothapalli committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    513e376 View commit details
    Browse the repository at this point in the history
  3. fix for test jkuri#73

    Anil Kumar Kothapalli authored and Anil Kumar Kothapalli committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    6e1d2b7 View commit details
    Browse the repository at this point in the history