diff --git a/modules/examples/src/forms/index.es6 b/modules/examples/src/forms/index.es6 index 26dc8569a8..68618dcd94 100644 --- a/modules/examples/src/forms/index.es6 +++ b/modules/examples/src/forms/index.es6 @@ -101,7 +101,7 @@ class HeaderFields { `, - directives: [formDirectives, If] + directives: [formDirectives, NgIf] }) class SurveyQuestion { question:ControlGroup;