-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Comparing changes
Open a pull request
base repository: angular/angular.js
base: v1.7.3
head repository: angular/angular.js
compare: v1.7.4
- 20 commits
- 27 files changed
- 8 contributors
Commits on Aug 3, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 77b4330 - Browse repository at this point
Copy the full SHA 77b4330View commit details
Commits on Aug 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f17292e - Browse repository at this point
Copy the full SHA f17292eView commit details
Commits on Aug 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 19e2347 - Browse repository at this point
Copy the full SHA 19e2347View commit details
Commits on Aug 8, 2018
-
fix(select): allow to select first option with value
undefined
Configuration menu - View commit details
-
Copy full SHA for 668a33d - Browse repository at this point
Copy the full SHA 668a33dView commit details
Commits on Aug 20, 2018
-
fix(ngHref): allow numbers and other objects in interpolation
Configuration menu - View commit details
-
Copy full SHA for 30084c1 - Browse repository at this point
Copy the full SHA 30084c1View commit details
Commits on Aug 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f943e37 - Browse repository at this point
Copy the full SHA f943e37View commit details
Commits on Aug 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fa715ab - Browse repository at this point
Copy the full SHA fa715abView commit details
Commits on Aug 25, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2ceeb73 - Browse repository at this point
Copy the full SHA 2ceeb73View commit details -
Configuration menu - View commit details
-
Copy full SHA for a43a40b - Browse repository at this point
Copy the full SHA a43a40bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b074d71 - Browse repository at this point
Copy the full SHA b074d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd772ab - Browse repository at this point
Copy the full SHA bd772abView commit details -
refactor(ngMocks): ignore query/hash when extracting path params for …
…`MockHttpExpectation`
Configuration menu - View commit details
-
Copy full SHA for 862a78d - Browse repository at this point
Copy the full SHA 862a78dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e85f91d - Browse repository at this point
Copy the full SHA e85f91dView commit details -
refactor(ngMocks): simplify
routeToRegExp
by assumingpath
has qu……ery/hash stripped off Closes #16672
Configuration menu - View commit details
-
Copy full SHA for 2bbc7c4 - Browse repository at this point
Copy the full SHA 2bbc7c4View commit details
Commits on Sep 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bc5a48d - Browse repository at this point
Copy the full SHA bc5a48dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3105b2c - Browse repository at this point
Copy the full SHA 3105b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cd54d7 - Browse repository at this point
Copy the full SHA 8cd54d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dcba9c - Browse repository at this point
Copy the full SHA 1dcba9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61b3354 - Browse repository at this point
Copy the full SHA 61b3354View commit details
Commits on Sep 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for be240b1 - Browse repository at this point
Copy the full SHA be240b1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.3...v1.7.4