One framework. Mobile & desktop.
Switch branches/tags
Clone or download
petebacondarwin and kara fix(docs-infra): ensure that only search is removed from URL on click (
…#26056)

When we have navigated to the site via a URL that contains a search
query param, the site shows the search results.

We want to remove that query param from the URL when the search
results are closed, but the current implementation is also removing
other query params unnecessarily.

Now only the search param is removed when the search results are
closed.

See https://github.com/angular/angular/pull/25479/files#r219497804
for more context.

PR Close #26056
Latest commit a880686 Sep 21, 2018
Permalink
Failed to load latest commit information.
.circleci ci: only run `aio_preview` job on PR builds (#26030) Sep 20, 2018
.github ci: correct github robot size check configuration (#26057) Sep 21, 2018
aio fix(docs-infra): ensure that only search is removed from URL on click ( Sep 21, 2018
docs docs(bazel): add info on options for nodejs_test rule (#25877) Sep 11, 2018
integration fix(ivy): ngcc should compile entry-points in the correct order (#25862) Sep 18, 2018
modules build(bazel): update to rules_typescript 0.17.0 & rules_nodejs 0.13.4 ( Sep 18, 2018
packages Revert "refactor(router): cleanup to navigation stream for readabilit… Sep 21, 2018
scripts build: update to Node 10 (#25822) Sep 6, 2018
tools test(bazel): Run Angular test on RBE (#25370) Sep 18, 2018
.bowerrc chore(dgeni): clean up legacy typings bundle creation Oct 29, 2015
.clang-format feat(tooling): Add a .clang-format for automated JavaScript formatting. Apr 2, 2015
.editorconfig chore(.editorconfig): include markdown config Jan 27, 2015
.gitattributes chore: force lf EOL for ts files (#11143) Aug 29, 2016
.gitignore build: update Bazel dependency to 0.11.1 (#23297) Apr 11, 2018
.mailmap build: add a Git .mailmap with my new name (#19550) Oct 9, 2017
.nvmrc build: update .nvmrc file to correct node version (#25992) Sep 18, 2018
.pullapprove.yml ci: remove `vicb` from `pullapprove.yml` (#25702) Aug 28, 2018
.travis.yml build: update to Node 10 (#25822) Sep 6, 2018
BUILD.bazel test(upgrade): run tests against AngularJS v1.7.x as well (#25231) Aug 1, 2018
CHANGELOG.md release: cut the v7.0.0-beta.6 release Sep 19, 2018
CODE_OF_CONDUCT.md docs: fix community tab in GitHub by copying CoC Feb 28, 2018
CONTRIBUTING.md docs: change `aio` scope to `docs-infra` (#24410) Jun 12, 2018
LICENSE docs(common): update copyright years (#21232) Jan 4, 2018
README.md docs: improve the GitHub README.md, update links, etc May 3, 2018
WORKSPACE build: bump the com_github_bazelbuild_buildtools version to 0.12.0 (#… Sep 18, 2018
bower.json docs: branding fixes (#14132) Jan 27, 2017
browser-providers.conf.js feat(elements): enable Shadow DOM v1 and slots (#24861) Aug 31, 2018
build.sh feat(ivy): implement TestBed (#25369) Aug 14, 2018
gulpfile.js test: migrate remaining public-api tests to Bazel (#22639) Mar 9, 2018
index.bzl style: format .bzl files with buildifier (#23544) Aug 8, 2018
karma-js.conf.js fix(router): take base uri into account in `setUpLocationSync()` (#20244 Aug 6, 2018
package.json feat(platform-server): update domino to v2.1.0 (#25564) Sep 19, 2018
protractor-e2e.conf.js refactor: add license header to JS files & format files (#12081) Oct 5, 2016
protractor-examples-e2e.conf.js refactor: format and lint code Dec 12, 2016
protractor-perf.conf.js build(bazel): fix broken travis CI (#24788) Jul 24, 2018
shims_for_IE.js Revert "refactor: add license header to JS files & format files (#12035 Oct 4, 2016
test-events.js fix(platform-browser): run BLACK_LISTED_EVENTS outside of ngZone (#18993 Sep 5, 2017
test-main.js refactor(core): remove withBody from public testing API (#25171) Jul 31, 2018
test.sh feat: typescript 2.9 support (#24652) Jul 3, 2018
tslint.json style: tslint enforces no debugger statements left behind (#25532) Aug 16, 2018
yarn.lock feat(platform-server): update domino to v2.1.0 (#25564) Sep 19, 2018
yarn.lock.readme.md docs: replace npm with yarn in lockfile readme (#25309) Aug 6, 2018

README.md