leftstick / angular-number-picker

A directive used for picking number by using up/down button, instead of typing
MIT License
23 stars 11 forks source link

Non-Blank Spaces Break Custom Styling #10

Closed befreestudios closed 8 years ago

befreestudios commented 8 years ago

Overall, seems like a great directive. However, when trying to customize styles, the nbsp; added to the markup for spacing around the controls makes custom styling very difficult. This should not be hardcoded into the generated markup, and should be left up to style implementations to customize this spacing around the controls.

leftstick commented 8 years ago

Can you try with latest version 2.0.1?

befreestudios commented 8 years ago

@leftstick Worked like a charm. Thanks for the quick turn around!!