MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / assertNoDuplicate

Function assertNoDuplicate

code/songhop/www/lib/angular/angular.js:7972–7977  ·  view source on GitHub ↗
(what, previousDirective, directive, element)

Source from the content-addressed store, hash-verified

7970
7971
7972 function assertNoDuplicate(what, previousDirective, directive, element) {
7973 if (previousDirective) {
7974 throw $compileMinErr('multidir', 'Multiple directives [{0}, {1}] asking for {2} on: {3}',
7975 previousDirective.name, directive.name, what, startingTag(element));
7976 }
7977 }
7978
7979
7980 function addTextInterpolateDirective(directives, text) {

Callers 1

applyDirectivesToNodeFunction · 0.70

Calls 1

startingTagFunction · 0.70

Tested by

no test coverage detected