Skip to content

Commit 53e6d02

Browse files
committed
KAUG#7 directives 두번째입니다.
1 parent 613b080 commit 53e6d02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/guide/directive.ngdoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
@name Directives
33
@description
44

5-
Directives는 HTML의 새로운 속임수를 알려주는 방법입니다.
5+
Directives는 HTML의 새로운 속임수를 알려주는 방법입니다.
66
Directives are a way to teach HTML new tricks. During DOM compilation directives are matched
77
against the HTML and executed. This allows directives to register behavior, or transform the DOM.
88

99
Angular comes with a built in set of directives which are useful for building web applications but
1010
can be extended such that HTML can be turned into a declarative domain specific language (DSL).
1111

1212
# Invoking directives from HTML
13+
# HTML에서 Directives를 호출하기.
1314

1415
Directives have camel cased names such as `ngBind`. The directive can be invoked by translating
1516
the camel case name into snake case with these special characters `:`, `-`, or `_`. Optionally the

0 commit comments

Comments
 (0)