Select All on Input Text on Click

Hi!
What is the best way to select all text when I focus over a input with Ionic >= 2.
In pure javascript is with the select() method

Suggestions?
Thanks!