docs(query_list): update highlight language

Closes #5029
This commit is contained in:
mgechev 2015-10-30 19:02:14 +02:00 committed by Minko Gechev
parent f1989e7e1c
commit f54ba3cc1b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import {Observable, EventEmitter} from 'angular2/src/core/facade/async';
* NOTE: In the future this class will implement an `Observable` interface. * NOTE: In the future this class will implement an `Observable` interface.
* *
* ### Example ([live demo](http://plnkr.co/edit/RX8sJnQYl9FWuSCWme5z?p=preview)) * ### Example ([live demo](http://plnkr.co/edit/RX8sJnQYl9FWuSCWme5z?p=preview))
* ```javascript * ```typescript
* @Component({...}) * @Component({...})
* class Container { * class Container {
* constructor(@Query(Item) items: QueryList<Item>) { * constructor(@Query(Item) items: QueryList<Item>) {