angular-docs-cn/aio/src
George Kalpakas 7e38f4fd1f fix(aio): fix window title on Home page (#20440)
Using `display: none` on the `<h1>` causes `innerText` to not work as expected
and include the icon ligature (`link`) in the title. This caused the window
title on the angular.io Home page to appear as "Angular - link".
This commit fixes it by not generating anchors at all for headings with the
`no-anchor` class.

Fixes #20427

PR Close #20440
2017-11-15 18:25:58 -06:00
..
app fix(aio): fix window title on Home page (#20440) 2017-11-15 18:25:58 -06:00
assets refactor(aio): move content-specific images to `content/images/` 2017-07-28 15:06:49 -07:00
environments ci(aio): compute AIO deployment mode 2017-08-04 09:13:34 -07:00
extra-files ci(aio): fix deploying the stable branch to Firebase 2017-08-09 14:18:33 -07:00
styles fix(aio): style correctly on Safari (#20157) 2017-11-06 10:00:37 -08:00
testing feat(aio): allow SearchService to have multiple clients (#19682) 2017-10-13 09:18:41 -07:00
favicon.ico
google385281288605d160.html build(aio): add google webmaster tools verification file 2017-05-26 01:25:58 -07:00
ie-polyfills.js fix(aio): add missing WeakMap polyfill 2017-06-23 09:03:07 -07:00
index.html fix(aio): simplify GaService to avoid e2e test failures 2017-10-20 09:40:52 -07:00
main.ts
noop-worker-basic.js feat(aio): provide noop service worker file 2017-05-26 14:24:41 +01:00
polyfills.ts
pwa-manifest.json feat(aio): add iphone pwa features 2017-06-15 07:47:49 +01:00
styles.scss
test.ts build(aio): revert to clean CLI test.ts file (#19702) 2017-11-01 15:24:44 -07:00
tsconfig.app.json build(aio): turn off preserveWhitespaces in compiler options (#19702) 2017-11-01 15:24:43 -07:00
tsconfig.spec.json
typings.d.ts