Skip to content

Commit 6d5f16c

Browse files
3b73e99 fix(dart) reverts protobuf to last working version
1 parent fb1d14f commit 6d5f16c

745 files changed

Lines changed: 859 additions & 875 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 15 23:00:18 UTC 2016
2-
5bdfccdcd26eee7a00fd3c445b1518371ef96302
1+
Mon Apr 18 18:40:48 UTC 2016
2+
3b73e99de2164353e312fc0a178e3c18aead0997

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: 16 additions & 18 deletions
Large diffs are not rendered by default.

bundles/angular2-all.umd.dev.js

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

bundles/angular2-all.umd.js

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -764,15 +764,14 @@ return /******/ (function(modules) { // webpackBootstrap
764764
/**
765765
* Declares a list of child element references.
766766
*
767-
* Angular automatically updates the list when the DOM is updated.
767+
* Angular automatically updates the list when the DOM was updated.
768768
*
769769
* `ViewChildren` takes a argument to select elements.
770770
*
771771
* - If the argument is a type, directives or components with the type will be bound.
772772
*
773-
* - If the argument is a string, the string is interpreted as a list of comma-separated selectors.
774-
* For each selector, an element containing the matching template variable (e.g. `#child`) will be
775-
* bound.
773+
* - If the argument is a string, the string behaviors as comma-separated selectors. For each
774+
* selector, an element matched template variables (e.g. `#child`) will be bound.
776775
*
777776
* View children are set before the `ngAfterViewInit` callback is called.
778777
*
@@ -843,17 +842,17 @@ return /******/ (function(modules) { // webpackBootstrap
843842
exports.ViewChildren = decorators_1.makePropDecorator(di_2.ViewChildrenMetadata);
844843
// TODO(alexeagle): remove the duplication of this doc. It is copied from ViewChildMetadata.
845844
/**
846-
* Declares a reference to a child element.
845+
* Declares a reference of child element.
847846
*
848847
* `ViewChildren` takes a argument to select elements.
849848
*
850849
* - If the argument is a type, a directive or a component with the type will be bound.
851850
*
852-
* - If the argument is a string, the string is interpreted as a selector. An element containing the
853-
* matching template variable (e.g. `#child`) will be bound.
851+
* - If the argument is a string, the string behaviors as a selectors. An element matched template
852+
* variables (e.g. `#child`) will be bound.
854853
*
855-
* In either case, `@ViewChild()` assigns the first (looking from above) element if there are
856-
* multiple matches.
854+
* In either case, `@ViewChild()` assigns the first (looking from above) element if the result is
855+
* multiple.
857856
*
858857
* View child is set before the `ngAfterViewInit` callback is called.
859858
*
@@ -1469,15 +1468,14 @@ return /******/ (function(modules) { // webpackBootstrap
14691468
/**
14701469
* Declares a list of child element references.
14711470
*
1472-
* Angular automatically updates the list when the DOM is updated.
1471+
* Angular automatically updates the list when the DOM was updated.
14731472
*
14741473
* `ViewChildren` takes an argument to select elements.
14751474
*
14761475
* - If the argument is a type, directives or components with the type will be bound.
14771476
*
1478-
* - If the argument is a string, the string is interpreted as a list of comma-separated selectors.
1479-
* For each selector, an element containing the matching template variable (e.g. `#child`) will be
1480-
* bound.
1477+
* - If the argument is a string, the string behaviors as comma-separated selectors. For each
1478+
* selector, an element matched template variables (e.g. `#child`) will be bound.
14811479
*
14821480
* View children are set before the `ngAfterViewInit` callback is called.
14831481
*
@@ -1563,11 +1561,11 @@ return /******/ (function(modules) { // webpackBootstrap
15631561
*
15641562
* - If the argument is a type, a directive or a component with the type will be bound.
15651563
*
1566-
If the argument is a string, the string is interpreted as a selector. An element containing the
1567-
matching template variable (e.g. `#child`) will be bound.
1564+
* - If the argument is a string, the string behaviors as a selectors. An element matched template
1565+
* variables (e.g. `#child`) will be bound.
15681566
*
1569-
* In either case, `@ViewChild()` assigns the first (looking from above) element if there are
1570-
multiple matches.
1567+
* In either case, `@ViewChild()` assigns the first (looking from above) element if the result is
1568+
* multiple.
15711569
*
15721570
* View child is set before the `ngAfterViewInit` callback is called.
15731571
*

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.

0 commit comments

Comments
 (0)