We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef673f commit ce6ddd5Copy full SHA for ce6ddd5
docs/content/guide/directive.ngdoc
@@ -598,7 +598,7 @@ directive logic will be put.
598
* `element` is the jqLite-wrapped element that this directive matches.
599
* `attrs` is a hash object with key-value pairs of normalized attribute names and their
600
corresponding attribute values.
601
-* `controller` is the directive's required controller instance(s) or it's own controller (if any).
+* `controller` is the directive's required controller instance(s) or its own controller (if any).
602
The exact value depends on the directive's require property.
603
* `transcludeFn` is a transclude linking function pre-bound to the correct transclusion scope.
604
0 commit comments