how to trigger element features after render in ember-cli
问题 I want to add tooltips onto a button in a component that can appear based on a set of results back from the server. (i.e. action buttons for delete, edit etc.) I have created a “search” component that is rendering into the application and when a search button is clicked the server may return a number of rows into that same search component template. so for example: My-app/pods/factual-data/template.hbs Contains: … {{#if results}} <div class="row"> <div class="col-sm-3"><b>Factual ID</b></div>