Input tap event

I try to listen on tap event at input element.

$ionicGesture.on('tap', function () {
    this.select();
}, input);

,then I want to select input content. Nothing happens. Any ideas?