AngularJSのディレクティブを理解するのに苦労しています。AngularJS自体による定義は、せいぜい混乱を招きます。
Directives are a way to teach HTML new tricks. During DOM compilation directives are matched against the HTML and executed. This allows directives to register behavior, or transform the DOM.
誰かがプログラミングの指導で一般的に使用される平易な英語でAngularJSのディレクティブを説明できますか?何かのようなもの:directives are funcions/objects that extends ...