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.4
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.5
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 10, 2018

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    582b03b View commit details

Commits on Sep 20, 2018

  1. fix(ngClass): do not break on invalid values

    Previously, when an `ngClass` expression evaluated to something that was
    not a string, array or object (and was truthy), an error would be thrown
    while trying to call `.split()` on a non-string value. This error was
    not very helpful for the user to identify the root cause of the problem.
    
    This commit fixes it by ensuring such values are converted to string.
    
    Fixes #16697
    
    Closes #16699
    gkalpak committed Sep 20, 2018

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    f3a5658 View commit details

Commits on Oct 4, 2018

  1. Copy the full SHA
    c903b76 View commit details
Loading