docs(forms): Custom Validator example selector name incorrect. (#20464)

Added bobby e2e test for template form.

Fixes: #20206

PR Close #20464
This commit is contained in:
Aric Thorn 2017-11-16 10:05:17 +13:00 committed by Miško Hevery
parent cd4c0eab94
commit 7e928db204
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ describe('Form Validation Tests', function () {
});
tests('Template-Driven Form');
bobTests();
});
describe('Reactive form', () => {