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

Function assertNoDuplicate

test/angular/1.3/angular.js:8056–8061  ·  view source on GitHub ↗
(what, previousDirective, directive, element)

Source from the content-addressed store, hash-verified

8054
8055
8056 function assertNoDuplicate(what, previousDirective, directive, element) {
8057 if (previousDirective) {
8058 throw $compileMinErr('multidir', 'Multiple directives [{0}, {1}] asking for {2} on: {3}',
8059 previousDirective.name, directive.name, what, startingTag(element));
8060 }
8061 }
8062
8063
8064 function addTextInterpolateDirective(directives, text) {

Callers 1

applyDirectivesToNodeFunction · 0.70

Calls 1

startingTagFunction · 0.70

Tested by

no test coverage detected