angular-prompt icon indicating copy to clipboard operation
angular-prompt copied to clipboard

Angular service to easily display input prompts and confirmation modals.

Results 26 angular-prompt issues
Sort by recently updated
recently updated
newest added

I don't think that's possible right now. But would be nice.

- Change the plaintext "x" to "×" - Addresses #9

We have different kind of prompt messages with different styles, we have to unify the styles however we've seen that we're not allow to apply classes to the prompt messages.

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.

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...

Installing with bower wants to install Angular 1.5, but I cannot update my product to use it for a variety of unrelated reasons. Can I (and how do I) use...

I have a drop down and I want to use the values option. I tried giving passing an array to "values" in the options object. It show's the values but...

Just added the possiblity to make the field as type = password