fix(forms): throw error if wrong control container for reactive forms (#10286)

This commit is contained in:
Kara
2016-07-26 10:08:46 -07:00
committed by GitHub
parent 0d1bf8148b
commit 0aba42ae5b
7 changed files with 238 additions and 40 deletions

View File

@ -118,7 +118,7 @@ export class NgForm extends ControlContainer implements Form {
console.warn(`
*It looks like you're using the old forms module. This will be opt-in in the next RC, and
will eventually be removed in favor of the new forms module. For more information, see:
https://docs.google.com/document/u/1/d/1RIezQqE4aEhBRmArIAS1mRIZtWFf6JxN_7B4meyWK0Y/pub
https://docs.google.com/document/d/1RIezQqE4aEhBRmArIAS1mRIZtWFf6JxN_7B4meyWK0Y/preview
`);
}
}

View File

@ -134,7 +134,7 @@ export class NgFormModel extends ControlContainer implements Form,
console.warn(`
*It looks like you're using the old forms module. This will be opt-in in the next RC, and
will eventually be removed in favor of the new forms module. For more information, see:
https://docs.google.com/document/u/1/d/1RIezQqE4aEhBRmArIAS1mRIZtWFf6JxN_7B4meyWK0Y/pub
https://docs.google.com/document/d/1RIezQqE4aEhBRmArIAS1mRIZtWFf6JxN_7B4meyWK0Y/preview
`);
}
}