Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aaf135c

Browse files
committedMay 1, 2018
internal updates
1 parent f5ffc5c commit aaf135c

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed
 

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
136136

137137
| Date | Version | Description |
138138
| ----------- | ------- | ----------- |
139+
| 2018-04-30 | v1.1.3 | Maintenance |
139140
| 2018-02-12 | v1.1.2 | Add support for step validations using big.js for more accurate calculations |
140141
| 2018-02-01 | v1.0.38 | Link function of the provided service will only be called once to prevent memory leaks |
141142
| 2016-07-11 | v0.0.27 | Service can now provide min/max/step values and template values override service values |

‎bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-number-input",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "AngularJS number input directive.",
55
"authors": [
66
"Sagie Gur-Ari <sagiegurari@gmail.com>"

‎docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3+
| 2018-04-30 | v1.1.3 | Maintenance |
34
| 2018-02-12 | v1.1.2 | Add support for step validations using big.js for more accurate calculations |
45
| 2018-02-01 | v1.0.38 | Link function of the provided service will only be called once to prevent memory leaks |
56
| 2016-07-11 | v0.0.27 | Service can now provide min/max/step values and template values override service values |

‎docs/api.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ This function is optional and it is not required to implement it.</p>
5858
</dd>
5959
</dl>
6060

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+
6169
<a name="NumberInputService"></a>
6270

6371
## NumberInputService

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-number-input",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "AngularJS number input directive.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)
Please sign in to comment.