This may sound like a duplicate question, as the answer for 'normal' Bootstrap seems to be
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
as explained in this Question.
This doesn't work for AngularJS though. Does anyone have a Solution?