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

[Request] More Input Types #19

Open logannc opened 8 years ago

logannc commented 8 years ago

In addition to just text values, I might want to get some other form of input.

The easiest thing you might do is change the 'input' option to 'inputType' or something and inject that into a <input type="{{inputType}}"> or something.