Multiple Directive Resource Contention
$compile
Multiple directives [{0}, {1}] asking for {2} on: {3}
This error occurs when multiple directives are applied to the same DOM element, and processing them would result in an collisions or 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:
isolated scope
.transclusion
option.template
or templateURL
.