fix(example): correct markup in the hello world example

This commit is contained in:
Pawel Kozlowski 2014-11-27 08:50:22 +01:00 committed by Rado Kirov
parent fc2181ec4e
commit 95d86d151a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import {bootstrap, Component, Decorator, TemplateConfig, NgElement} from 'core/c
// The template for the component.
// Expressions in the template (like {{greeting}}) are evaluated in the
// context of the HelloCmp class below.
inline: `{{greeting}} <span red>world</foo>!`,
inline: `{{greeting}} <span red>world</span>!`,
// All directives used in the template need to be specified. This allows for
// modularity (RedDec can only be used in this template)
// and better tooling (the template can be invalidated if the attribute is