angularjs 步进器

目前是1.1版本

说明:

1
2
3
4
5
6
7
#
# angularjs 步进器
# @param {scope} min 最小数 默认0
# @param {scope} max 最大数 默认100
# @example
# <stepper ng-model="a" min="100" max="200"></stepper>
#

技术: angularjs + coffeescript
时间: 2014年8月
源码: angularJS-stepper-directive
博客: think2011