Quoting the angular documentation :
FormController keeps track of all its controls and nested forms as well as the > > state of them, such as being valid/invalid or dirty/pristine.
Each form directive creates an instance of FormController.
When exactly is this FormController been generated ?
I have a form inside a directive, it seems that this form is generated after the link() function. This is a problem for me.