Sometimes we are creating form that has many input controls which enable the container (e.g. div) to show a vertical scrollbar.
I define this form as a FormGroup and every input is a FormControl which has an md-error template incorporated.
It is possible to scroll and focus the form control if its md-error is triggered when submitting the form?