Skip to content

Commit

Permalink
Merge pull request #46 from bekzod/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Duncan Walker committed Feb 16, 2016
2 parents 263c4bc + dd7185b commit 1114590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export default Ember.Component.extend(
TooltipsMixin, {

didInsertElement: function() {
this._super(...arguments);
this.renderChildTooltips(); // Voila!
},

Expand Down Expand Up @@ -143,6 +144,7 @@ import Ember from 'ember';
export default Ember.Component.extend({

didInsertElement: function() {
this._super(...arguments);
this.renderChildTooltips(); // Voila!
},

Expand Down

0 comments on commit 1114590

Please sign in to comment.