angular.number-input icon indicating copy to clipboard operation
angular.number-input copied to clipboard

A number-only input element directive for AngularJS.

Results 2 angular.number-input issues
Sort by recently updated
recently updated
newest added

I would like to use a placeholder in input instead of number 0 by default.

feature

Before user's actually interact with the form, Angular's `$dirty` flag is set to true. This is because number-input sets a default value and Angular assumes it was the user who...

bug