Skip to content

Commit db98c2f

Browse files
author
Robert Messerle
committed
43e31c5 docs(): fix a typo: patform -> platform
1 parent 1e6eb3d commit db98c2f

755 files changed

Lines changed: 791 additions & 766 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-
Tue Apr 19 01:27:15 UTC 2016
2-
d094a85647af04a67620ed1287103aeee3936298
1+
Tue Apr 19 03:08:38 UTC 2016
2+
43e31c5abbd0cc33d0776953a828858145daa3f1

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

bundles/angular2-all.umd.dev.js

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

bundles/angular2-all.umd.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40516,7 +40516,10 @@ return /******/ (function(modules) { // webpackBootstrap
4051640516
};
4051740517
DowngradeNg2ComponentAdapter.prototype.registerCleanup = function () {
4051840518
var _this = this;
40519-
this.element.bind('$destroy', function () { return _this.viewManager.destroyRootHostView(_this.hostViewRef); });
40519+
this.element.bind('$destroy', function () {
40520+
_this.componentScope.$destroy();
40521+
_this.viewManager.destroyRootHostView(_this.hostViewRef);
40522+
});
4052040523
};
4052140524
return DowngradeNg2ComponentAdapter;
4052240525
}());

bundles/angular2-all.umd.min.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/upgrade.dev.js

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

bundles/upgrade.js

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

bundles/upgrade.min.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)