style(TestComponentBuilder): fix a typo in the spec
This commit is contained in:
parent
d8e2795368
commit
b2e6ad85ea
|
@ -28,7 +28,7 @@ import * as viewAnn from 'angular2/src/core/annotations_impl/view';
|
|||
import {NgIf} from 'angular2/src/directives/ng_if';
|
||||
|
||||
@Component({selector: 'child-comp'})
|
||||
@View({template: `<snap>Original {{childBinding}}</span>`, directives: []})
|
||||
@View({template: `<span>Original {{childBinding}}</span>`, directives: []})
|
||||
@Injectable()
|
||||
class ChildComp {
|
||||
childBinding: string;
|
||||
|
|
Loading…
Reference in New Issue