Skip to content

Commit 1e6eb3d

Browse files
d094a85 fix(angular_1_router): Removed arrow function from module template
1 parent f4da86f commit 1e6eb3d

746 files changed

Lines changed: 749 additions & 774 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:22:03 UTC 2016
2-
0fc9ec248e10fc227866e00e0bf9a3cef739ada9
1+
Tue Apr 19 01:27:15 UTC 2016
2+
d094a85647af04a67620ed1287103aeee3936298

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

bundles/angular2-all.umd.dev.js

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

bundles/angular2-all.umd.js

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

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: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/upgrade.js

Lines changed: 1 addition & 2 deletions
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)