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

ionScroll #375

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

ionScroll #375

wants to merge 10 commits into from

Commits on Jan 9, 2016

  1. Fix the event propagation when there are nested draggable items.

    For instance, ionSlideBox inside ionSideMenu. If developer
    still wants the propagation, simply pass stopPropagation=false
    to ionSlideBox.
    Joey Arnold committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    0594d76 View commit details
    Browse the repository at this point in the history
  2. ionRadio updated to match 1.1.1

    Joey Arnold committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    e80e6af View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2016

  1. Complex state for ionItem. Complex state occurs when ionItem contains

    at least one of ionOptions or ionDelete or ionReorder children.
    
    - That being said, one can now have ionOptions and swipe to left
      to show them.
    - One can now display ionDelete by setting ionItem's
      showDelete=true and giving ionDelete as its children.
    - Reorder also works by setting showReorder in ionItem=true
      and ionReorder is given as ionItem's children.
    
    Misc:
    - I forked Snap.js and integrated PEP (pointer event polyfill) that
      is supposed to abstract away from mouse and touch event. Making
      the interface much more consistent.
    Joey Arnold committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    1e3c63e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Joey Andres committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    b7ba546 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. ionContent hasBounce attribute.

    Joey Arnold committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    5c94fe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62f061f View commit details
    Browse the repository at this point in the history
  3. Some copy/paste error from last commit

    Joey Arnold committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    1a484ad View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. ionScroll

    ionScroll can now be used with almost all the ionic 1.2 camelCase version
    of paremeters (except events like onScroll/onZooming). To be able to
    be fully featured, iscroll would need to be modified heavily.
    Joey Arnold committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    e4d51bc View commit details
    Browse the repository at this point in the history
  2. Got rid of diff check after looking at reactiveVar.

    Joey Arnold committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    cb52f46 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. changed to jandres:iscroll (gulpified)

    Joey Arnold committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    1303f55 View commit details
    Browse the repository at this point in the history