I had a similar issue, I did this to avoid calling the component until the value I am going to send is ready:
<form-selector ng-if="asyncValue" forms="asyncValue" ></form-selector>
I had a similar issue, I did this to avoid calling the component until the value I am going to send is ready:
<form-selector ng-if="asyncValue" forms="asyncValue" ></form-selector>