UI-Bootstrap 数字输入微调器
UI-Bootstrap Number Input Spinner
我想要的:
<input class="form-control" type="number" spinner ng-model="$scope.someNumber"/>
<!-- notice the `spinner` directive -->
我有:
<input class="form-control" type="number" ng-model="$scope.someNumber"/>
是否有更好的数字微调器的指令?
我尝试搜索 Google,但我没有找到任何东西(spinner 也用于指代加载图像,所以也许我使用错误的术语)。
我想要的:
<input class="form-control" type="number" spinner ng-model="$scope.someNumber"/>
<!-- notice the `spinner` directive -->
我有:
<input class="form-control" type="number" ng-model="$scope.someNumber"/>
是否有更好的数字微调器的指令?
我尝试搜索 Google,但我没有找到任何东西(spinner 也用于指代加载图像,所以也许我使用错误的术语)。