Skip to content

Commit daa8c3e

Browse files
committed
Bug fix for input-number without min attribute
1 parent 36c666b commit daa8c3e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="2.0.1"></a>
2+
# [2.0.1](https://github.com/FlaxHaxx/angular-input-types/compare/2.0.0...2.0.1) (2017-08-31)
3+
4+
## Bug fixes
5+
* **Number input:** Input number without the "min" attribute didn't allow negative values.
6+
17
<a name="2.0.0"></a>
28
# [2.0.0](https://github.com/FlaxHaxx/angular-input-types/compare/1.1.0...2.0.0) (2017-08-31)
39

dist/angular-input-types.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-input-types",
33
"description": "AngularJS directives used on form inputs. Makes it easy for the users to input the correct information using autocomplete and validation.",
4-
"version": "2.0.1-SNAPSHOT",
4+
"version": "2.0.1",
55
"license": "MIT",
66
"author": "Jon Wikman",
77
"homepage": "https://github.com/FlaxHaxx/angular-input-types",

0 commit comments

Comments
 (0)