Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(ngTouch): add $event to ng-swipe #4321

Closed
wants to merge 1 commit into from
Closed

fix(ngTouch): add $event to ng-swipe #4321

wants to merge 1 commit into from

Conversation

akent
Copy link
Contributor

@akent akent commented Oct 8, 2013

Existing documentation implies that an Event object should be available
as $event on swipe directives, which previously was only working for
ng-click.

Closes #4071

Existing documentation implies that an Event object should be available
as $event on swipe directives, which previously was only working for
ng-click.

Closes #4071
@mary-poppins
Copy link

Thanks for the PR!

  • Contributor signed CLA now or in the past
    • If you just signed, leave a comment here with your real name
  • PR's commit messages follow the commit message format

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@akent
Copy link
Contributor Author

akent commented Oct 8, 2013

I just signed the CLA - real name: Adam Kent

@akent akent deleted the add-event-to-ng-swipe branch October 8, 2013 19:44
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this pull request Jan 27, 2014
Existing documentation implies that an Event object should be available
as `$event` on swipe directives, which previously was only working for
`ng-click`.

Closes angular#4071
Closes angular#4321
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this pull request Jan 27, 2014
Existing documentation implies that an Event object should be available
as `$event` on swipe directives, which previously was only working for
`ng-click`.

Closes angular#4071
Closes angular#4321
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ngTouch: In swipe directives, Event object is not available as $event
2 participants