How can we get the orginal event in ember action while handling action inside controller.
Controller
import Ember from 'ember';
export default Controller.extend({
showDetails:function(id)
{
//i want like $(this).position().top
}
});
Template
<em ></em>
Aucun commentaire:
Enregistrer un commentaire