dnasir / angular-dateParser

A simple parser that converts date and time strings into Date object
http://dnasir.github.io/angular-dateParser/
MIT License
38 stars 25 forks source link

Reset the view value when the model value is set to null or an empty string #39

Closed eppsilon closed 8 years ago

eppsilon commented 8 years ago

Allows clearing the input by modifying the model value.

dnasir commented 8 years ago

@eppsilon Thanks for this!