8000 Comparing angular:master...PeteAppleton:master · angular/angular.js · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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: angular/angular.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PeteAppleton/angular.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 30, 2012

  1. fix(removePatch): fire $destroy event when full jQuery is used

    The previous code relied upon internal jQuery structures which are not
    present in v.1.8.2 (current).  This code uses the public API to fire the
    $destroy custom event, and so should work with any post-1.4 jQuery
    version.
    PeteAppleton committed Oct 30, 2012
    Configuration menu
    Copy the full SHA
    751a786 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2012

  1. Amended commit: Use triggerHandler() instead of trigger() to avoid the

    event bubbling and introducing other issues
    unknown authored and PeteAppleton committed Oct 31, 2012
    Configuration menu
    Copy the full SHA
    9a4602f View commit details
    Browse the repository at this point in the history
Loading
0