From 489f160b307fd9f30878ca8157f1efc733e6a272 Mon Sep 17 00:00:00 2001 From: dreamapple <2451731631@qq.com> Date: Fri, 1 Jul 2016 21:59:50 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86.gitignore?= =?UTF-8?q?=E6=96=87=E4=BB=B6,=E6=B7=BB=E5=8A=A0=E4=BA=86.idea,=E9=82=A3?= =?UTF-8?q?=E4=B8=AA=E6=98=AFwebstrom=E7=BC=96=E8=BE=91=E5=99=A8=E7=94=9F?= =?UTF-8?q?=E6=88=90=E7=9A=84=E4=B8=80=E4=B8=AA=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4f8d611769..d990fc66b2 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ public/docs/*/latest/guide/cheatsheet.json protractor-results.txt link-checker-results.txt .history/ +.idea/ From 22f608c05e5e47e016ee0adbed88c9594ca57ddf Mon Sep 17 00:00:00 2001 From: dreamapple <2451731631@qq.com> Date: Sun, 3 Jul 2016 15:22:47 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index d990fc66b2..4f8d611769 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,3 @@ public/docs/*/latest/guide/cheatsheet.json protractor-results.txt link-checker-results.txt .history/ -.idea/ From 50225ceea4b2a44cb035f09bc91ec3f1b6862946 Mon Sep 17 00:00:00 2001 From: dreamapple <2451731631@qq.com> Date: Tue, 5 Jul 2016 14:56:01 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E7=9A=84=E4=B8=80?= =?UTF-8?q?=E7=82=B9=E4=BF=AE=E6=94=B9=20=E4=BD=8D=E7=BD=AE:user-input.jad?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/user-input.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/user-input.jade b/public/docs/ts/latest/guide/user-input.jade index 287d4f9fd7..87bceb769d 100644 --- a/public/docs/ts/latest/guide/user-input.jade +++ b/public/docs/ts/latest/guide/user-input.jade @@ -158,7 +158,7 @@ figure.image-display The template is completely self contained. It doesn't bind to the component, and the component does nothing. - 本模板完全是自包含的。它不需要绑定到组件,即使绑定了,组件也不需要额外做什么。 + 这个模板完全是独立完整的。它不需要绑定到组件,即使绑定了,组件也不需要额外做什么。 Type in the input box, and watch the display update with each keystroke. *Voila!*