Question: I'd like to understand why the nested component,secretAccessPass, inside of my modal cannot find the required component it needs. Additionally, given a component which requires another component, what is AngularJS's process for finding this required component?
Assumptions: I assumed that the require syntax for a component with require: '^^Ctrl' meant that the parent on the DOM is required to have the required element. Which was why I passed the scope of baseAccessCode into the scope attribute of $uibModal, thereby making the scope the modal's parent scope. But this didn't work either.
Error: When I click on modifyOrder(), I encounter the following error -> "angular.js:14328 Error: [$compile:ctreq] Controller 'baseAccessPass', required by directive 'secretAccessPass', can't be found!"
Requirements: secretAccessPass has to be in the modal, and that it has to require baseAccessPass.
--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.