We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f942670 commit 3c2473bCopy full SHA for 3c2473b
1 file changed
modules/angular2/src/core/metadata.ts
@@ -988,7 +988,7 @@ export var Attribute: AttributeFactory = makeParamDecorator(AttributeMetadata);
988
* <div #findme>...</div>
989
* </seeker>
990
*
991
- * @Component({ selector: 'foo' })
+ * @Component({ selector: 'seeker' })
992
* class seeker {
993
* constructor(@Query('findme') elList: QueryList<ElementRef>) {...}
994
* }
@@ -1006,7 +1006,7 @@ export var Attribute: AttributeFactory = makeParamDecorator(AttributeMetadata);
1006
1007
1008
* @Component({
1009
- * selector: 'foo'
+ * selector: 'seeker'
1010
* })
1011
* class Seeker {
1012
* constructor(@Query('findMe, findMeToo') elList: QueryList<ElementRef>) {...}
0 commit comments