Skip to content
This repository has been 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
base: 9474ec120acc
Choose a base ref
...
head repository: angular/angular.js
compare: 719d5c5fa59a
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 25, 2014

  1. Copy the full SHA
    266da34 View commit details
    Browse the repository at this point in the history
  2. fix($httpBackend): allow canceling request with falsy timeoutId

    httpBackend with ngMock browser.defer could never cancel the first deferredFn
    because the timeoutId returned by defer for the first fn is a zero value.
    Compare timeoutId with undefined fix this issue.
    
    Closes #10177
    gyx1000 authored and pkozlowski-opensource committed Nov 25, 2014
    Copy the full SHA
    719d5c5 View commit details
    Browse the repository at this point in the history