Cannot use multiple directives with different templates on the same element
When trying to apply multiple directives with different templates on the same HTML element, AngularJS throws an error. This is because only one directive can define a template (template or….