We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e6d02 commit 688cac4Copy full SHA for 688cac4
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