ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
193 stars 187 forks source link

add Enter keypress to ionic popups #240

Open gabrielbazan7 opened 7 years ago

gabrielbazan7 commented 7 years ago

Short description of what this resolves:

$ionicPopup.prompt does not support the Enter and Escape key. I found this PR https://github.com/driftyco/ionic/pull/4739. I test it and the enter button works as expected. So I think could be useful.

Changes proposed in this pull request:

Enter is triggered by the Go/Enter button on the software keyboard, and expected behavior would be to click the OK button for you.

Ionic Version: 1.x

Fixes: #