Skip to content

Commit 309782f

Browse files
re-fortkazupon
authored andcommitted
Clarify components vs directives for AngularJS (#764)
* clarify components vs directives for AngularJS # Conflicts: # src/v2/guide/comparison.md * Update date
1 parent d54aecb commit 309782f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/guide/comparison.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 他のフレームワークとの比較
3-
updated: 2018-01-30
3+
updated: 2018-03-09
44
type: guide
55
order: 801
66
---
@@ -145,7 +145,7 @@ AngularJS がスコープ間による双方向バインディングを使用し
145145

146146
### ディレクティブ vs コンポーネント
147147

148-
Vue はディレクティブとコンポーネントの間に明確な線引きをしています。ディレクティブは DOM の操作のみをカプセル化するように意図されている一方で、コンポーネントは自身のビューとデータロジックを持つ独立した構成単位です。AngularJS では、それらの間には多くの混乱があります
148+
Vue はディレクティブとコンポーネントの間に明確な線引きをしています。ディレクティブは DOM の操作のみをカプセル化するように意図されている一方で、コンポーネントは自身のビューとデータロジックを持つ独立した構成単位です。AngularJS では、ディレクティブは全てを行い、コンポーネントはただの特定の種類のディレクティブに過ぎません
149149

150150
### 実行時性能
151151

0 commit comments

Comments
 (0)