We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688cac4 commit f8ea7bfCopy full SHA for f8ea7bf
docs/content/guide/directive.ngdoc
@@ -10,7 +10,7 @@ Angular comes with a built in set of directives which are useful for building we
10
can be extended such that HTML can be turned into a declarative domain specific language (DSL).
11
12
# Invoking directives from HTML
13
-# HTML에서 Directives를 호출하기?
+# HTML에서 Directives를 호출하기!
14
15
Directives have camel cased names such as `ngBind`. The directive can be invoked by translating
16
the camel case name into snake case with these special characters `:`, `-`, or `_`. Optionally the
0 commit comments