Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf6b19 commit 39ebb06Copy full SHA for 39ebb06
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