Commit Graph

3872 Commits

Author SHA1 Message Date
Zhicheng Wang b735266b94 fix: 阻止了冒泡之后将无法正常跳转页内anchor 2017-03-03 15:54:47 +08:00
Zhicheng Wang 62d2e6d65f fix: 修正一个错误的链接 2017-03-03 15:45:40 +08:00
Zhicheng Wang cb38d7613c fix: 不再使用重复id设置anchor(#198) 2017-03-03 15:29:00 +08:00
Zhicheng Wang 46f8158885 fix: 修正cli包名 2017-03-03 15:13:35 +08:00
Zhicheng Wang 82b184b549 fix: 修正一些重复的英文内容 2017-03-03 15:09:21 +08:00
Jules Kremer c8985e37b0 docs(Glossary/Forms): Cf edits copy/repair (#3329)
* Content edits in the Angular 2 "Forms" page.

* Updates based on @juleskremer's feedback.

* Added bold formatting for UI button names.

* [WIP] Copyedits to the Glossary. Includes several questions and comments--search for "CF:"

* Updated with Jules's feedback and fixed a few issues that I didn't catch the first time.

* Update glossary.jade

* Update forms.jade

* Update glossary.jade

* Update glossary.jade

* Update glossary.jade

* Update glossary.jade
2017-03-02 12:20:55 -08:00
Ward Bell 56ed772b39 fix(zipper): add ‘use strict’ to exampleZipper.js (#3327)
To beat error “SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode”
2017-03-01 14:53:23 -08:00
Jules Kremer 47382301ab Revert "Content edits in the Angular 2 Guide." (#3328) 2017-03-01 14:41:18 -08:00
Jules Kremer 30cc9cfd35 Revert "Revert "docs(Guide): Content edits in the Angular 2 Guide. (#3159)""
This reverts commit b97fa49eea.

We are trying to revert his via github UI and reopen the original PR
2017-03-01 14:40:27 -08:00
Jules Kremer b97fa49eea Revert "docs(Guide): Content edits in the Angular 2 Guide. (#3159)"
This reverts commit 01497865f8.

this breaks harp compilation
2017-03-01 14:36:41 -08:00
cfranger 01497865f8 docs(Guide): Content edits in the Angular 2 Guide. (#3159)
* Content edits in the Angular 2 "Forms" page.

* Updates based on @juleskremer's feedback.

* Added bold formatting for UI button names.

* [WIP] Copyedits to the Glossary. Includes several questions and comments--search for "CF:"

* Updated with Jules's feedback and fixed a few issues that I didn't catch the first time.
2017-03-01 13:55:02 -08:00
Shai Reznik b874d4874f Need a reference point for the address import (#3258)
this is part of the fix for #3257
2017-03-01 12:30:44 -08:00
Shai Reznik e006699c1b Correct the import explanation to include Address (#3259)
closes #3257
2017-03-01 12:30:18 -08:00
Pete Bacon Darwin d586c7cd6a fix(toh-6): add missing tsconfig file (#3289) 2017-03-01 12:26:56 -08:00
Michael Foss 5afcc05084 Update search result styling (#3322)
Change the height of the search results so that the height of each
places the text inside directly in the middle.

Apply a styling similar to the dashboard's heroes when hovering
over a search result.
2017-03-01 12:26:03 -08:00
cfranger 5985dc9cec docs(NgModules): Edits to change Angular Modules to NgModules.
* Edits to the "Angular Modules (NgModule)" page (ngmodule.jade). In order to fix some broken links, I defined their destinations in forms.jade and pipes.jade.

* Changed "Angular module" to "NgModule" and other edits.
- I assumed that the “Angular Module FAQs” cookbook page should change to “NgModule FAQs”, so I updated that page as well.
- I updated the name in page headers, TOC titles, and links on the Docs Home page (index.html).
- I noticed the Advanced and Cookbook sections are organized alphabetically, so I reordered the pages and references to reflect that.
2017-03-01 09:55:05 -08:00
Patrice Chalin dd19cdb304 docs(glossary): Pipes entry update (#3312)
Change Pipe glossary entry; it  used to suggested that one could
implemented a custom pipe by annotating a function with `@Pipe`.
2017-03-01 09:17:48 -08:00
Kapunahele Wong db26c5780b docs(cli-quickstart): copy edits (#3298) 2017-03-01 09:15:42 -08:00
Chris McKnight ad5df0dc60 docs(style-guide): Fix Single responsibility principle abbreviation (#3318) 2017-03-01 09:06:14 -08:00
Jesús Rodríguez cad3545cd0 chore: add missing tasks to package.json (#3325) 2017-03-01 13:02:48 +01:00
merlosy ccf667bf0d docs: added dot before angular-cli.json (#3324)
small evolution from angular CLI config file
2017-03-01 10:48:06 +00:00
Michael Foss 9403dc0482 docs(toh): remove duplicate "the" (#3321) 2017-03-01 00:52:52 +01:00
Jesús Rodríguez e8a062bdd2 build: zipper revival (#3319) 2017-02-28 23:31:24 +01:00
Jesús Rodríguez 0f8b1dfa7a chore: remove news section (#3320) 2017-02-28 14:21:29 -08:00
Jesús Rodríguez dbe7d70bbf chore: refactor plunker translators with a new systemjs one (#3221) 2017-02-28 23:18:04 +01:00
Jesús Rodríguez 2dd6ad1150 docs(i18n): fix plunker (#3309) 2017-02-28 12:35:02 -08:00
AlexanderLukin 0b631da13f docs(reactive-forms): fix repeated file names (#3286)
* Fix typo (repeated file names)

* Correct subparagraph

Correct subparagraph in accordance with @kapunahelewong suggestion.
Add separate info about imports from `rxjs` lib for `hero-list.component.ts` and `hero.service.ts`.
2017-02-27 21:19:32 +01:00
Jeronimo López e58ba502f2 docs(deployment): fix base tag subfolder example (#3296)
The sample url for production server is "http://www.mysite.com/mysrc/app/"
but the identified subfolder is "my/app", which doesn't match.
2017-02-27 11:37:45 +00:00
Ryan Waskiewicz d954c263ca docs(upgrade): fix 'resulit' typo (#3294)
Fix 'resulit' typo in component downgrade section
2017-02-27 11:38:34 +01:00
Stefan Chrobot fdd650bcb9 docs(toh): fix typo (#3301) 2017-02-27 11:37:07 +01:00
Zhicheng Wang 23384e2609 fix: some leaks 2017-02-26 23:56:02 +08:00
Zhicheng Wang dc8631347d fix: #185 2017-02-26 21:47:56 +08:00
Zhicheng Wang 7711fa6557 不再使用li进行切换,而是全面转换到li内嵌p元素 2017-02-26 21:44:00 +08:00
Zhicheng Wang e11efe4aef 微调 2017-02-26 20:56:36 +08:00
Zhicheng Wang 641575ffb7 翻译了文档更新记录 2017-02-26 19:25:32 +08:00
Zhicheng Wang 8d7eef0dd4 新闻微调 2017-02-26 18:52:52 +08:00
Zhicheng Wang d6ef5ae68a 页脚微调 2017-02-26 18:44:55 +08:00
Zhicheng Wang b14abc3ca8 解决无法正常隐藏翻译了一部分的文档中英文的问题
大幅度改写了翻译脚本,改为先找到中文节点,然后找它的“前兄弟”节点视为对应的英文节点的算法。
2017-02-26 18:44:42 +08:00
Zhicheng Wang cb17c8afe3 把Angular 2替换为Angular
把Angular 1替换为AngularJS
2017-02-26 17:12:55 +08:00
Zhicheng Wang 89adb52815 翻译完了CLI QuickStart 2017-02-26 17:07:12 +08:00
TJT d3caa1ab5a Fix typo in cookbook/i18n (#194) 2017-02-26 16:01:25 +08:00
Zhicheng Wang 9b69fbd7b2 修正几个issue 2017-02-26 16:00:32 +08:00
Zhicheng Wang 6af595d7bd Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
#	public/_includes/_hero-home.jade
#	public/_includes/_scripts-include.jade
#	public/docs/dart/latest/_data.json
#	public/docs/ts/latest/_data.json
#	public/docs/ts/latest/cookbook/_data.json
#	public/docs/ts/latest/cookbook/ajs-quick-reference.jade
#	public/docs/ts/latest/cookbook/aot-compiler.jade
#	public/docs/ts/latest/cookbook/component-communication.jade
#	public/docs/ts/latest/cookbook/component-relative-paths.jade
#	public/docs/ts/latest/cookbook/dependency-injection.jade
#	public/docs/ts/latest/cookbook/dynamic-form.jade
#	public/docs/ts/latest/cookbook/form-validation.jade
#	public/docs/ts/latest/cookbook/i18n.jade
#	public/docs/ts/latest/cookbook/ngmodule-faq.jade
#	public/docs/ts/latest/cookbook/set-document-title.jade
#	public/docs/ts/latest/cookbook/ts-to-js.jade
#	public/docs/ts/latest/glossary.jade
#	public/docs/ts/latest/guide/_data.json
#	public/docs/ts/latest/guide/animations.jade
#	public/docs/ts/latest/guide/appmodule.jade
#	public/docs/ts/latest/guide/architecture.jade
#	public/docs/ts/latest/guide/attribute-directives.jade
#	public/docs/ts/latest/guide/browser-support.jade
#	public/docs/ts/latest/guide/change-log.jade
#	public/docs/ts/latest/guide/component-styles.jade
#	public/docs/ts/latest/guide/dependency-injection.jade
#	public/docs/ts/latest/guide/displaying-data.jade
#	public/docs/ts/latest/guide/forms.jade
#	public/docs/ts/latest/guide/hierarchical-dependency-injection.jade
#	public/docs/ts/latest/guide/index.jade
#	public/docs/ts/latest/guide/lifecycle-hooks.jade
#	public/docs/ts/latest/guide/ngmodule.jade
#	public/docs/ts/latest/guide/npm-packages.jade
#	public/docs/ts/latest/guide/pipes.jade
#	public/docs/ts/latest/guide/router.jade
#	public/docs/ts/latest/guide/security.jade
#	public/docs/ts/latest/guide/server-communication.jade
#	public/docs/ts/latest/guide/setup-systemjs-anatomy.jade
#	public/docs/ts/latest/guide/setup.jade
#	public/docs/ts/latest/guide/structural-directives.jade
#	public/docs/ts/latest/guide/style-guide.jade
#	public/docs/ts/latest/guide/template-syntax.jade
#	public/docs/ts/latest/guide/testing.jade
#	public/docs/ts/latest/guide/typescript-configuration.jade
#	public/docs/ts/latest/guide/upgrade.jade
#	public/docs/ts/latest/guide/user-input.jade
#	public/docs/ts/latest/guide/webpack.jade
#	public/docs/ts/latest/index.jade
#	public/docs/ts/latest/quickstart.jade
#	public/docs/ts/latest/tutorial/toh-pt1.jade
#	public/docs/ts/latest/tutorial/toh-pt2.jade
#	public/docs/ts/latest/tutorial/toh-pt3.jade
#	public/docs/ts/latest/tutorial/toh-pt4.jade
#	public/docs/ts/latest/tutorial/toh-pt5.jade
#	public/docs/ts/latest/tutorial/toh-pt6.jade
#	public/events.jade
#	public/presskit.jade
#	public/resources/js/directives/cheatsheet.js
2017-02-26 15:39:42 +08:00
Kapunahele Wong 7e1ca5083c docs(animations): copy edits (#3300) 2017-02-25 10:23:51 -10:00
Patrice Chalin a237911e7a doc(pipes): copyedit and remove Jade block used for Data (#3306)
- JS event --> DOM event
- The Jade block isn't used by Dart anymore.
- In `learning-angular.jade`, removed trailing whitespace.
2017-02-25 10:20:26 -10:00
Filipe Silva fdc11391dd docs: update CLI quickstart to rc.0 (#3295)
All shown boilerplate is copy paste of a new CLI generated project using the rc.0 blueprints.

Formatting might be a bit different from the norm in the angular.io repo but it should be left as is, since the shown files should match a generated project.
2017-02-25 16:15:01 +00:00
cfranger f7ad4f565b Copyedits in the "Security" page. There weren't many issues and I didn't add any comments on this one. (#3302) 2017-02-23 20:24:02 -10:00
cfranger f1274f68be Edits to "Component Styles" and "Pipes" (#3266)
* Edits to "Component Styles"

* Edits to "Pipes".

* Updated with feedback from Jules and a few minor edits.
2017-02-23 16:54:19 -10:00
Kapunahele Wong bc1b98d822 docs(ajs-quick-reference): copy edits (#3297) 2017-02-23 11:27:14 -10:00
Ferdinand Malcher 710af93bdc chore: update twitter handle in footer (#3299)
It's just Angular 🆖😇
2017-02-23 11:25:59 -10:00