Handle null case for invalid ng-model value (fixes #2392)

Invalid ng-model value is assigned `null` by angular.js which is being matched as `object`, thus disappear in the UI when a minus sign is entered.
This commit is contained in:
Benny Ng
2016-01-27 22:41:39 +08:00
parent 016f799983
commit 24023ff9e8
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ Bart De Vries <devriesb@gmail.com>
Ben Curthoys <ben@bencurthoys.com>
Ben Schulz <ueomkail@gmail.com> <uok@users.noreply.github.com>
Ben Sidhom <bsidhom@gmail.com>
Benny Ng <benny.tpng@gmail.com>
Brandon Philips <brandon@ifup.org>
Brendan Long <self@brendanlong.com>
Brian R. Becker <brbecker@gmail.com>