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

Function strictBindingsCheck

test/angular/1.6/angular.js:10688–10694  ·  view source on GitHub ↗
(attrName, directiveName)

Source from the content-addressed store, hash-verified

10686 }
10687
10688 function strictBindingsCheck(attrName, directiveName) {
10689 if (strictComponentBindingsEnabled) {
10690 throw $compileMinErr('missingattr',
10691 'Attribute \'{0}\' of \'{1}\' is non-optional and must be set!',
10692 attrName, directiveName);
10693 }
10694 }
10695
10696 // Set up $watches for isolate scope and controller bindings.
10697 function initializeDirectiveBindings(scope, attrs, destination, bindings, directive) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected