cgross / angular-prompt

Angular service to easily display input prompts and confirmation modals.
http://cgross.github.io/angular-prompt/demo
MIT License
52 stars 41 forks source link

Input box was not able to accept type password #29

Open vivek-yadav opened 7 years ago

vivek-yadav commented 7 years ago

I have added new options.valueType which allows adding of type for input box. Now users will be able to set password or email or number in the input box type.