File tree Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
136
136
137
137
| Date | Version | Description |
138
138
| ----------- | ------- | ----------- |
139
+ | 2018-04-30 | v1.1.3 | Maintenance |
139
140
| 2018-02-12 | v1.1.2 | Add support for step validations using big.js for more accurate calculations |
140
141
| 2018-02-01 | v1.0.38 | Link function of the provided service will only be called once to prevent memory leaks |
141
142
| 2016-07-11 | v0.0.27 | Service can now provide min/max/step values and template values override service values |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-number-input" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"description" : " AngularJS number input directive." ,
5
5
"authors" : [
6
6
" Sagie Gur-Ari <sagiegurari@gmail.com>"
Original file line number Diff line number Diff line change 1
1
| Date | Version | Description |
2
2
| ----------- | ------- | ----------- |
3
+ | 2018-04-30 | v1.1.3 | Maintenance |
3
4
| 2018-02-12 | v1.1.2 | Add support for step validations using big.js for more accurate calculations |
4
5
| 2018-02-01 | v1.0.38 | Link function of the provided service will only be called once to prevent memory leaks |
5
6
| 2016-07-11 | v0.0.27 | Service can now provide min/max/step values and template values override service values |
Original file line number Diff line number Diff line change @@ -58,6 +58,14 @@ This function is optional and it is not required to implement it.</p>
58
58
</dd >
59
59
</dl >
60
60
61
+ ## Interfaces
62
+
63
+ <dl >
64
+ <dt ><a href =" #NumberInputService " >NumberInputService</a ></dt >
65
+ <dd ><p >Service definition used by the number input to extend the number input capabilities.</p >
66
+ </dd >
67
+ </dl >
68
+
61
69
<a name =" NumberInputService " ></a >
62
70
63
71
## NumberInputService
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-number-input" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"description" : " AngularJS number input directive." ,
5
5
"author" : {
6
6
"name" : " Sagie Gur-Ari" ,
You can’t perform that action at this time.
0 commit comments