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: v1.7.3
Choose a base ref
...
head repository: angular/angular.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.4
Choose a head ref
  • 20 commits
  • 27 files changed
  • 8 contributors

Commits on Aug 3, 2018

  1. docs(select): remove solved known issue

    The issue in question has been resolved some time in 2017.
    The bug report is still open, but the behavior has changed:
    https://bugzilla.mozilla.org/show_bug.cgi?id=126379
    
    Let's hope they have tests for this!
    
    Related #9134
    Narretz committed Aug 3, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    IvanGoncharov Ivan Goncharov
    Copy the full SHA
    77b4330 View commit details

Commits on Aug 6, 2018

  1. Verified

    This commit was signed with the committer’s verified signature.
    IvanGoncharov Ivan Goncharov
    Copy the full SHA
    f17292e View commit details

Commits on Aug 7, 2018

  1. docs(ngRepeat): redundant "and" on line 77

    Closes #16657
    john-mantas authored and gkalpak committed Aug 7, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    IvanGoncharov Ivan Goncharov
    Copy the full SHA
    19e2347 View commit details

Commits on Aug 8, 2018

  1. fix(select): allow to select first option with value undefined

    Previously, the value observer incorrectly assumed a value had changed even if
    it was the first time it was set, which caused it to remove an option with
    the value `undefined` from the internal option map.
    
    Fixes #16653
    Closes #16656
    Narretz committed Aug 8, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    668a33d View commit details

Commits on Aug 20, 2018

  1. fix(ngHref): allow numbers and other objects in interpolation

    Interpolated content in ngHref must be stringified before being passed to $$sanitizeUri by $sce. Before 1.7.x, the sanitization had happened on the already interpolated value inside $compile.
    
    Closes #16652
    Fixes #16626
    Narretz committed Aug 20, 2018
    Copy the full SHA
    30084c1 View commit details

Commits on Aug 21, 2018

  1. docs(angular.copy): fix formatting

    Using `<br>` messes formatting (due to a bug in
    `dgeni`/`dgeni-packages`). This started breaking in c387e0d.
    
    Fixes #16671
    gkalpak committed Aug 21, 2018
    Copy the full SHA
    f943e37 View commit details

Commits on Aug 23, 2018

  1. Copy the full SHA
    fa715ab View commit details

Commits on Aug 25, 2018

  1. fix($route): correctly extract path params if path contains question …

    …mark or hash
    
    The `routeToRegExp()` function, introduced by 840b5f0, could not extract
    path params if the path contained question mark or hash. Although these
    characters would normally be encoded in the path, they are decoded by
    `$location.path()`, before being passed to the RegExp returned by
    `routeToRegExp()`.
    
    `routeToRegExp()` has to be able to deal with both encoded URL and
    decoded path, because it is being shared between `ngRoute` and
    `ngMocks`.
    
    This commit fixes the issue, by introducing an `isUrl` option that
    allows creating an appropriate RegExp for each usecase.
    susisu authored and gkalpak committed Aug 25, 2018
    Copy the full SHA
    2ceeb73 View commit details
  2. Copy the full SHA
    a43a40b View commit details
  3. Copy the full SHA
    b074d71 View commit details
  4. Copy the full SHA
    bd772ab View commit details
  5. refactor(ngMocks): ignore query/hash when extracting path params for …

    …`MockHttpExpectation`
    gkalpak committed Aug 25, 2018
    Copy the full SHA
    862a78d View commit details
  6. Copy the full SHA
    e85f91d View commit details
  7. refactor(ngMocks): simplify routeToRegExp by assuming path has qu…

    …ery/hash stripped off
    
    Closes #16672
    gkalpak committed Aug 25, 2018
    Copy the full SHA
    2bbc7c4 View commit details

Commits on Sep 6, 2018

  1. docs(guide): grammar correction in security guide

    Closes #16683
    craigdanj authored and mgol committed Sep 6, 2018
    Copy the full SHA
    bc5a48d View commit details
  2. fix(ngAnimate): remove prepare classes with multiple structural anima…

    …tions
    
    Closes #16681
    Closes #16677
    Narretz authored and mgol committed Sep 6, 2018
    Copy the full SHA
    3105b2c View commit details
  3. Copy the full SHA
    8cd54d7 View commit details
  4. chore(benchpress): add ngRepeat animation benchmark

    Closes #13976
    Narretz authored and mgol committed Sep 6, 2018
    Copy the full SHA
    1dcba9c View commit details
  5. Copy the full SHA
    61b3354 View commit details

Commits on Sep 7, 2018

  1. Copy the full SHA
    be240b1 View commit details
Loading