Skip to content

Commit

Permalink
Invoke contentFor hook of dependencies
Browse files Browse the repository at this point in the history
Closes #29
  • Loading branch information
cibernox committed Oct 9, 2015
1 parent fa912b9 commit 0d66d61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ module.exports = {
app.import('vendor/ember-power-select.css');
}
},

contentFor: function(type, config) {
this.eachAddonInvoke('contentFor', [this, type, config]);
}
};

0 comments on commit 0d66d61

Please sign in to comment.