Skip to content

Commit f8ea7bf

Browse files
committed
KAUG#3 Test Comment.
1 parent 688cac4 commit f8ea7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Angular comes with a built in set of directives which are useful for building we
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를 호출하기?
13+
# HTML에서 Directives를 호출하기!
1414

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

0 commit comments

Comments
 (0)