You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/content/error/$compile/ctreq.ngdoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ but the required directive controller is not present on the current DOM element
8
8
9
9
To resolve this error ensure that there is no typo in the required controller name and that the required directive controller is present on the current element.
10
10
11
-
If the required controller is expected to be on a ancestor element, make sure that you prefix the controller name in the `require` definition with `^`.
11
+
If the required controller is expected to be on an ancestor element, make sure that you prefix the controller name in the `require` definition with `^`.
12
12
13
13
If the required controller is optionally requested, use `?` or `^?` to specify that.
0 commit comments