This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Add test for optional required controllers #9391
Closed
Description
Conceived in #9390, there are no tests for require: '?^main'
for $compile of directives.
Should test both ^?
and ?^
.
Working on a PR right now.