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
Copy file name to clipboardExpand all lines: docs/content/error/compile/multidir.ngdoc
+2-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
@fullName Multiple Directive Resource Contention
4
4
@description
5
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.
6
+
This error occurs when multiple directives are applied to the same DOM element, and
7
+
processing them would result in a collision or an unsupported configuration.
7
8
8
9
9
10
To resolve this issue remove one of the directives which is causing the collision.
0 commit comments