Skip to content

Commit 2616c0a

Browse files
committed
3508fcb Fixed typo in documentation
1 parent 9f9c80f commit 2616c0a

740 files changed

Lines changed: 758 additions & 758 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fri Apr 8 23:35:16 UTC 2016
2-
1f24714be383f63c2fda979073598af6a52b6804
1+
Fri Apr 8 23:36:48 UTC 2016
2+
3508fcb39f54354298bf6626f8b4c6f5bd4a2f0b

animate.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

animate/testing.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/angular2-all-testing.umd.dev.js

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

bundles/angular2-all.umd.dev.js

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

bundles/angular2-all.umd.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ return /******/ (function(modules) { // webpackBootstrap
658658
* <div #findme>...</div>
659659
* </seeker>
660660
*
661-
* @Component({ selector: 'foo' })
661+
* @Component({ selector: 'seeker' })
662662
* class seeker {
663663
* constructor(@Query('findme') elList: QueryList<ElementRef>) {...}
664664
* }
@@ -676,7 +676,7 @@ return /******/ (function(modules) { // webpackBootstrap
676676
* </seeker>
677677
*
678678
* @Component({
679-
* selector: 'foo'
679+
* selector: 'seeker'
680680
* })
681681
* class Seeker {
682682
* constructor(@Query('findMe, findMeToo') elList: QueryList<ElementRef>) {...}
@@ -1319,7 +1319,7 @@ return /******/ (function(modules) { // webpackBootstrap
13191319
* class MyComponent {
13201320
* shown: boolean;
13211321
*
1322-
* constructor(private @ViewQuery(Item) items:QueryList<Item>) {
1322+
* constructor(private @Query(Item) items:QueryList<Item>) {
13231323
* items.changes.subscribe(() => console.log(items.length));
13241324
* }
13251325
* }

common.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es6/dev/animate.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)