Improve this Doc

Error: $compile:multidir
Multiple Directive Resource Contention

Multiple directives [{0}{1}, {2}{3}] asking for {4} on: {5}

Description

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.

Example scenarios of multiple incompatible directives applied to the same element include: