mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
parent
3b046c9eaa
commit
db9c6a3528
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
@fullName Multiple Directive Resource Contention
|
||||
@description
|
||||
|
||||
This error occurs when multiple directives are applied to the same DOM element, and processing them would result in an collisions or unsupported configuration.
|
||||
This error occurs when multiple directives are applied to the same DOM element, and
|
||||
processing them would result in a collision or an unsupported configuration.
|
||||
|
||||
|
||||
To resolve this issue remove one of the directives which is causing the collision.
|
||||
|
|
|
|||
Loading…
Reference in a new issue