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

Add placeholder field #28

Open popod opened 7 years ago

popod commented 7 years ago

Add option to set placeholder value. With the actual version, when we set input=true, the placeholder is set with the same value as label which is not what we want !