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/multidir.ngdoc
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,15 @@
2
2
@name $compile:multidir
3
3
@fullName Multiple Directive Resource Contention
4
4
@description
5
+
6
+
This error occurs when multiple directives are applied to the same DOM element, and processing them would result in an collisions or unsupported configuration.
7
+
8
+
9
+
To resolve this issue remove one of the directives which is causing the collision.
10
+
11
+
Example scenarios of multiple incompatible directives applied to the same element include:
0 commit comments