MCPcopy Index your code
hub / github.com/angular-ui/ui-router / assertNoDuplicate

Function assertNoDuplicate

test/angular/1.2/angular.js:7018–7023  ·  view source on GitHub ↗
(what, previousDirective, directive, element)

Source from the content-addressed store, hash-verified

7016
7017
7018 function assertNoDuplicate(what, previousDirective, directive, element) {
7019 if (previousDirective) {
7020 throw $compileMinErr('multidir', 'Multiple directives [{0}, {1}] asking for {2} on: {3}',
7021 previousDirective.name, directive.name, what, startingTag(element));
7022 }
7023 }
7024
7025
7026 function addTextInterpolateDirective(directives, text) {

Callers 1

applyDirectivesToNodeFunction · 0.70

Calls 1

startingTagFunction · 0.70

Tested by

no test coverage detected