Skip to content

Commit

Permalink
Merge pull request #10442 from ef4/fastboot-outlets
Browse files Browse the repository at this point in the history
[BUGFIX beta] Make new outlets fastboot-compatible
  • Loading branch information
trek committed Feb 13, 2015
2 parents ea759a2 + 46d967e commit 88e24ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-routing-views/lib/views/outlet.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export var CoreOutletView = ContainerView.extend({
return parent;
},

_linkParent: Ember.on('didInsertElement', function() {
_linkParent: Ember.on('init', 'parentViewDidChange', function() {
var parent = this._parentOutlet();
if (parent) {
parent._childOutlets.push(this);
Expand Down

0 comments on commit 88e24ff

Please sign in to comment.