'UI-Bootstrap Number Input Spinner

What I want:

Input number spinner with great-looking buttons that you can always see

<input class="form-control" type="number" spinner ng-model="$scope.someNumber"/>
<!-- notice the `spinner` directive -->

What I have:

Normal input with ui-bootstrap. Spinner is hidden and tiny.

<input class="form-control" type="number" ng-model="$scope.someNumber"/>

Are there directives for better number spinners?

I've tried searching Google, but I'm not finding anything (spinner is also used to refer to a loading image, so perhaps I'm using the wrong terminology).



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source