fix(docs): fix typo in compiler integration_spec.js

Closes #834
This commit is contained in:
Richard Harrington 2015-02-27 17:26:07 -05:00 committed by Pawel Kozlowski
parent cbe7b8c671
commit f30e3e59b5
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ export function main() {
}); });
}); });
it('should consume binding to propery names where attr name and property name do not match', (done) => { it('should consume binding to property names where attr name and property name do not match', (done) => {
tplResolver.setTemplate(MyComp, new Template({inline: '<div [tabindex]="ctxNumProp"></div>'})); tplResolver.setTemplate(MyComp, new Template({inline: '<div [tabindex]="ctxNumProp"></div>'}));
compiler.compile(MyComp).then((pv) => { compiler.compile(MyComp).then((pv) => {